facebookresearch / jepa

PyTorch code and models for V-JEPA self-supervised learning from video.
Other
2.68k stars 254 forks source link

ModuleNotFoundError: No module named 'app' #81

Open pascal-maker opened 1 month ago

pascal-maker commented 1 month ago

%cd /content/jepa/ !python app/main.py --fname configs/pretrain/vitl16.yaml --devices cuda:0 when running this command I receive the following error: /content/jepa Traceback (most recent call last): File "/content/jepa/app/main.py", line 15, in from app.scaffold import main as app_main ModuleNotFoundError: No module named 'app' the structure of my app directory is correct am using python 3.12 and created an init_py file