-
Notifications
You must be signed in to change notification settings - Fork 151
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
IndexBackward error #4
Comments
For now, this project doesn't support |
builtins.KeyError: 'NoneType' File "/home/dyt/ssd.pytorch/pytorch2caffe/pytorch2caffe.py", line 165, in add_layer builtins.KeyError: 'NoneType' |
I met broadcastBackward error |
I met keyError['type']: 'ExpandBackward', and on windows,how can I solve this probelm??? |
I also face same problem. |
what does "IndexBackward" mean?which layer's problem? |
In my case, 'IndexBackward' (pytorch0.4) is corresponding to 'Slice' in caffe , you can modify your layer_dict in pytorch2caffe.py, and add the params in this layer, hope this can help you. |
I have added |
KeyError: 'IndexBackward'
How could we fix this error?
The text was updated successfully, but these errors were encountered: