Package examples.transferlearning.toyresnet
Functions
main
Link copied to clipboard
fun main()
Content copied to clipboard
We described ToyResNet in Keras and saved model configuration.
fun main()
Content copied to clipboard
Just loading ToyResNet trained in Keras.
fun main()
Content copied to clipboard
So, let's update the weights of last layer of the pretrained model from Keras.
fun main()
Content copied to clipboard
Just loading ToyResNet trained in Keras, making a copy and using for prediction.