Skip to content
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

translator error: "no translator registered for layer... " #4

Open
gWOLF3 opened this issue Apr 4, 2019 · 0 comments
Open

translator error: "no translator registered for layer... " #4

gWOLF3 opened this issue Apr 4, 2019 · 0 comments

Comments

@gWOLF3
Copy link

gWOLF3 commented Apr 4, 2019

Hello,

Thanks for this project. Really nice.

I have tried running but keep receiving the following error when running caffe_translator.py:

My command is as follows:

python caffe_translator.py ~/MobileNet-SSD/deploy.prototxt ~/MobileNet-SSD/mobilenet_iter_73000.caffemodel --init_net test_init_net.pb --predict_net test_predict_net.pb

Env:

Anaconda Virtual Env
Python 2.7.16
Protobuf 2.7.1

When I run I receive the below error:

Traceback (most recent call last):
  File "caffe_translator.py", line 921, in <module>
    input_dims=args.input_dims
  File "caffe_translator.py", line 284, in TranslateModel
    return TranslatorRegistry.TranslateModel(*args, **kwargs)
  File "caffe_translator.py", line 273, in TranslateModel
    net_params=net_params, input_dims=input_dims)
  File "caffe_translator.py", line 216, in TranslateLayer
    str(layer))
KeyError: 'No translator registered for layer: name: "conv11_mbox_loc_perm"\ntype: "Permute"\nbottom: "conv11_mbox_loc"\ntop: "conv11_mbox_loc_perm"\npermute_param {\n  order: 0\n  order: 2\n  order: 3\n  order: 1\n}\n yet.'

See full output below:
https://ghostbin.com/paste/6hxdo

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

No branches or pull requests

1 participant