You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where can I find the code for training the vgg19 model that is available for download in the repositories README?
During training, are the weights of the VGG model updated, or is that signal kept the same? The project I'm working on is style transfer for webpage screenshots. I suspect that I need to train a model for classifying webpages before I can do style transfer. That's why it would be useful to know how you trained this VGG model, so that I can do the same (with my own dataset).
Two questions:
Where can I find the code for training the vgg19 model that is available for download in the repositories README?
During training, are the weights of the VGG model updated, or is that signal kept the same? The project I'm working on is style transfer for webpage screenshots. I suspect that I need to train a model for classifying webpages before I can do style transfer. That's why it would be useful to know how you trained this VGG model, so that I can do the same (with my own dataset).
Many thanks, great repo!