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

How to initialize from a pre-trained VGG16 model #2

Open
Liumouliu opened this issue Jul 10, 2018 · 1 comment
Open

How to initialize from a pre-trained VGG16 model #2

Liumouliu opened this issue Jul 10, 2018 · 1 comment

Comments

@Liumouliu
Copy link

Hi,

Thank you for this interesting work. Here I have a silly question: How to initialize the VGG16 weights from a pre-trained model.

Since the VGG16 of your method is defined by yourself, I have used slim to initialize the weights, but failed. Could you please add that part?

Thank you

@david-husx
Copy link
Owner

Hello,

Thank you for your interests.

I will upload a tensorflow model to initialise the VGG16 weights. There are some problems of our server so it's late. I will use google drive to upload it in this week.

Originally I use python to manully load vgg16 model (dict type saved in numpy). It is complicated and a little bit messy so I didn't release this part. I recommend you use my tensorflow model to initialise the network.

Sorry for the trouble. I will upload the model soon.

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