mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 09:44:19 +01:00
add missing import (#56)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import click
|
import click
|
||||||
import torch
|
import torch
|
||||||
import torchvision.transforms as T
|
import torchvision.transforms as T
|
||||||
|
from functools import reduce
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from dalle2_pytorch import DALLE2, Decoder, DiffusionPrior
|
from dalle2_pytorch import DALLE2, Decoder, DiffusionPrior
|
||||||
|
|||||||
Reference in New Issue
Block a user