Diff-DALLE icon indicating copy to clipboard operation
Diff-DALLE copied to clipboard

ModuleNotFoundError: No module named 'diff_dalle'

Open hamdjalil opened this issue 3 years ago • 0 comments

tried training on a colab with the following command:

!python /content/Diff-DALLE/scripts/train_generator.py --data_dir /content/drive/MyDrive/path/to/dataset $MODEL_FLAGS $DIFFUSION_FLAGS $TRAIN_FLAGS

which gives the following error:

Traceback (most recent call last): File "/content/Diff-DALLE/scripts/train_generator.py", line 7, in from diff_dalle import dist_util, logger ModuleNotFoundError: No module named 'diff_dalle'

hamdjalil avatar Nov 02 '21 12:11 hamdjalil