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
%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
The text was updated successfully, but these errors were encountered:
%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
The text was updated successfully, but these errors were encountered: