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, there are some errors when I transfer my pytorch model to caffe model. I run it in docker.
I guess the reason is that the versions of torch are not matched. docker's torch version is 0.4.0 and mine is 1.7.1. I try to load this pytorch model and get the same errors:
What should I do now? Because there will be lots of errors if I train model using torch 0.4.0 with my current code.
Btw, What is the plan of docker update?
thank you very much!
The text was updated successfully, but these errors were encountered:
Hi, there are some errors when I transfer my pytorch model to caffe model. I run it in docker.
I guess the reason is that the versions of torch are not matched. docker's torch version is 0.4.0 and mine is 1.7.1. I try to load this pytorch model and get the same errors:
What should I do now? Because there will be lots of errors if I train model using torch 0.4.0 with my current code.
Btw, What is the plan of docker update?
thank you very much!
The text was updated successfully, but these errors were encountered: