Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Can't convert Slice layer & Eltwise layer from caffe to mxnet? #676

Closed
wangxianliang opened this issue Nov 22, 2015 · 2 comments
Closed

Comments

@wangxianliang
Copy link
Contributor

The following is output:

Traceback (most recent call last):
File "convert_symbol.py", line 164, in
main()
File "convert_symbol.py", line 156, in main
symbol_string, output_name = proto2script(sys.argv[1])
File "convert_symbol.py", line 122, in proto2script
raise Exception('Unknown Layer %s!' % layer[i].type)
Exception: Unknown Layer Slice!

@tqchen
Copy link
Member

tqchen commented Nov 22, 2015

This was because these layer may not yet be supported in mxnet, or the mapping was not yet added. Please feel free to open a issue on each operators(layer) that is missing, and we can find ways to add them, or give guidance on how they can be added

@futurely
Copy link

This is part of the #404 (no pun intended) issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants