-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
ModuleNotFoundError Traceback (most recent call last)
in
1 import sys
2 sys.path.append("clipit")
----> 3 import clipit
4
5 # To reset settings to default
/content/clipit/clipit.py in
25 from perlin_numpy import generate_fractal_noise_2d
26
---> 27 from CLIP import clip
28 import kornia
29 import kornia.augmentation as K
ModuleNotFoundError: No module named 'CLIP'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
Metadata
Metadata
Assignees
Labels
No labels