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
I have converted caffemodel to torch .t7 file and pytorch .pth file, but something wrong when I use test_model.py to verify consistency between .t7 file and .pth file.
I have converted caffemodel to torch .t7 file and pytorch .pth file, but something wrong when I use
test_model.py
to verify consistency between .t7 file and .pth file.When I use vgg16 to classify an image by loading .t7 model and .pth model, I find the final results are not the same.
How can I solve the problem to correctly convert .t7 model to .pth model ? Thanks.
The text was updated successfully, but these errors were encountered: