jepa icon indicating copy to clipboard operation
jepa copied to clipboard

ModuleNotFoundError: No module named 'app'

Open pascal-maker opened this issue 1 year ago • 0 comments

%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

pascal-maker avatar Oct 19 '24 16:10 pascal-maker