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
Hi, thanks for you work, I am training to train the model and test it on my own datasets. The model starts training and after the training completes I am trying to test using run.py script. But it gives me this error:
File "C:\ProgramData\Anaconda3\envs\d3net\lib\site-packages\timm\models\factory.py", line 67, in create_model
raise RuntimeError('Unknown model (%s)' % model_name)
RuntimeError: Unknown model (1)
The model is saved in /models directory and i set the pretrain=False as well.
The text was updated successfully, but these errors were encountered:
Hi, thanks for you work, I am training to train the model and test it on my own datasets. The model starts training and after the training completes I am trying to test using run.py script. But it gives me this error:
File "C:\ProgramData\Anaconda3\envs\d3net\lib\site-packages\timm\models\factory.py", line 67, in create_model
raise RuntimeError('Unknown model (%s)' % model_name)
RuntimeError: Unknown model (1)
The model is saved in /models directory and i set the pretrain=False as well.
The text was updated successfully, but these errors were encountered: