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
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Seems like in torch2caffe/lib.lua, the lib_py.py that is added as a requirement in line 19 is a nil value in function M.convert(), which I don't understand, because if this is a scope issue, isn't declaring it as a local variable at the beginning of the function going to ensure that it is seen in the rest of the body?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to convert a torch model, but it breaks with this error:
Seems like in torch2caffe/lib.lua, the lib_py.py that is added as a requirement in line 19 is a nil value in function M.convert(), which I don't understand, because if this is a scope issue, isn't declaring it as a local variable at the beginning of the function going to ensure that it is seen in the rest of the body?
The text was updated successfully, but these errors were encountered: