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
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
from model import generate_model
File "/Users/adarshjamadandi/Desktop/video-classification-3d-cnn-pytorch/model.py", line 4, in
from models import resnet, pre_act_resnet, wide_resnet, resnext, densenet
ImportError: No module named models
Please help me out!
The text was updated successfully, but these errors were encountered:
i guess there is nothing wrong in the code . pls make sure u input the correct parameters before u run main.py code. especially the path of the PRETRAINED MODELS :)
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
from model import generate_model
File "/Users/adarshjamadandi/Desktop/video-classification-3d-cnn-pytorch/model.py", line 4, in
from models import resnet, pre_act_resnet, wide_resnet, resnext, densenet
ImportError: No module named models
Please help me out!
The text was updated successfully, but these errors were encountered: