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

TensorflowEmitter has not supported operator [batch_normalization]. #14

Closed
dhaase-de opened this issue Dec 1, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@dhaase-de
Copy link
Contributor

dhaase-de commented Dec 1, 2017

This happened to me when converting a Caffe classification model using batch norm to TensorFlow. I used Python 3 and MMdnn-0.1.1, installed via pip.

Should be fixed by changing mmdnn/conversion/caffe/mapper.py:193 from
return Node.create('batch_normalization', **kwargs) to
return Node.create('BatchNorm', **kwargs).

@kitstar
Copy link
Contributor

kitstar commented Dec 1, 2017

Fixed in master branch. But the batch normalization of caffe converter is not well tested. Glad if you can help with it. Thanks.

@kitstar kitstar added bug and removed enhancement labels Dec 1, 2017
@kitstar kitstar closed this as completed Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants