Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'utils' #50

Closed
18370636086 opened this issue Jul 3, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'utils' #50

18370636086 opened this issue Jul 3, 2023 · 1 comment

Comments

@18370636086
Copy link

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'

@ahatamiz
Copy link
Collaborator

ahatamiz commented Jul 5, 2023

Hi @18370636086 , thanks for the note. Please see the latest release which should address this issue.

@ahatamiz ahatamiz closed this as completed Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants