You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
hamdjalil
changed the title
tried training with your model on a colab, using the following command:
ModuleNotFoundError: No module named 'diff_dalle'
Nov 2, 2021
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'
The text was updated successfully, but these errors were encountered: