Closed beerboaa closed 7 years ago
Thank you for this implementation. I want to know how to use this as transfer learning. Would you please tell me step by step.
Refer to Keras fine tuning blog post. You can swap out the VGG model there for DenseNet from here, but since I don't have weights for imagenet, you will have to use 'cifar10' instead of 'imagenet'
This is what I meant - https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html
Thank you
Thank you for this implementation. I want to know how to use this as transfer learning. Would you please tell me step by step.