-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vgg Model #2
Comments
Can you also show how to read pre-trained weights of google inception v3 model from tensor-flow. They are not saved as .tflearn. |
Thanks for your contribution. but there seems to lack the weight named 'conv4_2' and 'fc7/W' when I try to finetune the pretrained VGG16 model. could you please tell me why and what shall i do? Thank you |
Thanks for your contribution! But how to get pre-trained vgg model weights and use them in your model ?? Should I download some other documents or ..? |
It's like that your model is just a structure, not a pre-trained model. So how can I read weights into it ? |
Or are those weights just inside TFlearn? I am a beginner of Tensorflow and Tflearn. Hope I can get more explanation from you. |
I am asking the same question, How to load .tflearn pretrained model? is it using model.load() as usual? |
Can you please describe how the weights for VGG net were trained? Are these the original weights from the paper https://arxiv.org/pdf/1409.1556.pdf or are they a manually trained set of weights. If so what dataset were they trained on and what accuracy did they achieve.
The text was updated successfully, but these errors were encountered: