-
Notifications
You must be signed in to change notification settings - Fork 25
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
Modify fc8 layer in a VGG19 neural network #40
Comments
Hi, |
Hi, Sorry for taking so much time to get back to you and thanks a lot for your help with this! I keep this in mind. Actually, due to time constraints with my project I had to move back to Python and Keras. That said, I will keep investigating this precious binding once I have more time. Thanks again! |
Thanks for the update, it certainly makes sense to use Python/Keras under time constraints. Let me know if you want some help trying this in OCaml at some point. |
Hi,
I am using a pretrained VGG19. I would like to adjust the final FC layer fc8 to fit a different number of classes, then retrain the final layer and use to perform prediction on a specific set of images. However, I do not see how I can interact with the Fnn.Model.t structure, or how to filter the parameters to recover from the Fnn.Model.load function. Would you be able to help with that?
Many thanks!
The text was updated successfully, but these errors were encountered: