%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
%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