-
Notifications
You must be signed in to change notification settings - Fork 101
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
run python demo.py -p MobileNetV3_large.pth
error
#17
Comments
run
|
Hello @yangbohust ! Can you please provide a version of torchvision you are using? |
I have had the same error with Resnet18 Unexpected key(s) in state_dict: "state_dict", "optimizer_state_dict", "epoch", "config". All modules are as defined in the requirement |
MobileNetV3_large.pth描述的是一个分类模型,应该用demo_ff.py来查看效果。 正确的完整过程如下:
5、将其修改为:
6、执行命令:python demo_ff.py -p configs/MobileNetV3_large.yaml |
请问如何用YOLOv10x的预训练模型呢? |
I run
python demo.py -p MobileNetV3_large.pth
, got error, how can i fix it?The text was updated successfully, but these errors were encountered: