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
when run 'from fastervit import create_model', it got wrong with follows, how to solve it ? Thank you very much!
Traceback (most recent call last):
File "/remote-home/cs_cs_lhy/code/kaggle/bm/breast_cancer_classification_benign_malignantgai.py", line 29, in
from fastervit import create_model
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/init.py", line 1, in
from .models.registry import create_model
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/models/init.py", line 2, in
from .faster_vit_any_res import *
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/models/faster_vit_any_res.py", line 17, in
from utils.checkpoint import load_checkpoint
ModuleNotFoundError: No module named 'utils'
The text was updated successfully, but these errors were encountered:
when run 'from fastervit import create_model', it got wrong with follows, how to solve it ? Thank you very much!
Traceback (most recent call last):
File "/remote-home/cs_cs_lhy/code/kaggle/bm/breast_cancer_classification_benign_malignantgai.py", line 29, in
from fastervit import create_model
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/init.py", line 1, in
from .models.registry import create_model
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/models/init.py", line 2, in
from .faster_vit_any_res import *
File "/root/anaconda3/envs/kbm/lib/python3.10/site-packages/fastervit/models/faster_vit_any_res.py", line 17, in
from utils.checkpoint import load_checkpoint
ModuleNotFoundError: No module named 'utils'
The text was updated successfully, but these errors were encountered: