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

Message type "caffe.BatchNormParameter" has no field named "slope_filler". #168

Open
h-bo opened this issue Apr 7, 2018 · 7 comments
Open

Comments

@h-bo
Copy link

h-bo commented Apr 7, 2018

No description provided.

@bhadresh74
Copy link

bhadresh74 commented Jun 1, 2018

@h-bo Having the same issue. Please update here if you get it working..

@h-bo
Copy link
Author

h-bo commented Jun 2, 2018

@bhadresh74 I met this issue when using tsn-caffe. In fact, I found the reason was that the caffe version tsn used was different from the latest, and was modified by WangLiMin(author of tsn).
I rewrote tsn-tensorflow. Conctact me if you need.

@bhadresh74
Copy link

@h-bo Yeah, I am using the original PSPNet caffe .prototext which has the BN Parameter "slove_filler" which is unrecognized by this code. Not sure why. Any help would be appreciated. Thanks (Y)

@pfabreu
Copy link

pfabreu commented Jun 17, 2018

@h-bo Could you please tell me how you got this working or if you have the tsn models in tensorflow please?

@h-bo
Copy link
Author

h-bo commented Jun 17, 2018

@Pedro-Abreu I upload my code in my github. But its result is worse than expected. The author of tsn recommend me to use their pyTorch version. Hope to help you.

@pfabreu
Copy link

pfabreu commented Jun 17, 2018

@h-bo I'm just asking because I wanted to port their weights to keras and use the Inceptionv3 that exists in keras, which might have a slightly more optimized BN than tf. However conversion of tensorflow checkpoints to keras is much easier than from their custom caffe to keras. If you had .ckpt from tf it would be cool but I assume your .npy or .pkl files have the weights?

@bhadresh74
Copy link

bhadresh74 commented Jun 17, 2018 via email

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

3 participants