Package examples.transferlearning.lenet
Functions
additionalTraining
Link copied to clipboard
fun additionalTraining()
Content copied to clipboard
This examples demonstrates the transfer learning concept:
additionalTrainingAndFreezing
Link copied to clipboard
fun additionalTrainingAndFreezing()
Content copied to clipboard
This examples demonstrates the transfer learning concept:
additionalTrainingAndNewTopDenseLayers
Link copied to clipboard
fun additionalTrainingAndNewTopDenseLayers()
Content copied to clipboard
This examples demonstrates the transfer learning concept:
additionalTrainingAndPartialFreezingAndPartialInitialization
Link copied to clipboard
fun additionalTrainingAndPartialFreezingAndPartialInitialization()
Content copied to clipboard
This examples demonstrates the transfer learning concept:
getJSONConfigFile
Link copied to clipboard
Returns JSON file with model configuration, saved from Keras 2.x.
getWeightsFile
Link copied to clipboard
Returns .h5 file with model weights, saved from Keras 2.x.
loadModelWithoutWeightsInitAndEvaluate
Link copied to clipboard
fun loadModelWithoutWeightsInitAndEvaluate()
Content copied to clipboard
This examples demonstrates the weird inference case:
loadModelWithWeightsAndEvaluate
Link copied to clipboard
fun loadModelWithWeightsAndEvaluate()
Content copied to clipboard
This examples demonstrates the inference concept: