-
Notifications
You must be signed in to change notification settings - Fork 175
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
error in pspnet.prototxt #8
Comments
Hello @jeansely . There is modified prototxt in /utils/model |
now in /utils/model the prototxt is ; what are replace these lines ? |
when run weigth -converter occur error in prototxt "line 109" has no field named "bn_param". |
I hold the same problem |
I hold the same problem too. |
@CuriousCat-7 @tangsanli5201 Please use already converted h5, json weights. Links that can be found in README.md |
@Vladkryvoruchko Yeah. I tried to use the already converted json weights, but it raised an error: 'bad marshal data...'., which I thought it is caused by the different version of Keras( mine is 2.1.2). And it's solved now: I generated the json file through Keras 2.1.2 and replaced the old one. It's working. Thanks! |
@tangsanli5201 how did you manage to generate the json ? i have the same |
Hello,
when run weight-converter this error occur:
"caffe.LayerParameter" has no field named "bn_param".
again occur below error:
"caffe.BatchNormParameter" has no field named "slope_filler".
The text was updated successfully, but these errors were encountered: