Open bostankhan6 opened 3 years ago
you can download the imagenet trained weights from the following links: include_top = True: https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg19_weights_tf_dim_ordering_tf_kernels.h5 include_top = False: https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg19_weights_tf_dim_ordering_tf_kernels_notop.h5
Please help with the pretrained VGG-19 model. I cannot find the model in either of the provided links. Thanks