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

fcn16_model.load_weights('weights.h5') #4

Open
saigequn opened this issue Dec 6, 2018 · 1 comment
Open

fcn16_model.load_weights('weights.h5') #4

saigequn opened this issue Dec 6, 2018 · 1 comment

Comments

@saigequn
Copy link

saigequn commented Dec 6, 2018

fcn16_model.load_weights('weights.h5'),Please explain the document 'weights.h5'

@MaynGu
Copy link

MaynGu commented Mar 10, 2019

Hi saigequn:

I have successfully run the fcn16 and found several bugs there.

As for the command fcn16_model.load_weights('weights.h5'), maybe you can ignore the mistake since it has no influence on the results. I think the function copy_mat_to_keras(fcn16_model) has done the same job.

You should also change the "fc_6" to "fc6" in the function FCN_16_helper(). Otherwise you will find the parameters of layer fc6 can't be copied from mat to fcn16_model.

Good luck!
Mayn

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

2 participants