-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
第八章的demo运行不了 #29
Comments
loading pretrained model from /home/data/liaohaiqing/CRNN/chapter-8/expr/CRNN_0_10.pth |
hi,应该是单卡,多卡模型保存不一致导致的,加上这个试试。 |
我也出现了这个问题,请问你是怎么解决的? |
model = nn.DataParallel(model) |
首先是训练的代码有问题,保存不了模型。 设置后,有保存模型了,在demo.py测试时加载模型却报错
The text was updated successfully, but these errors were encountered: