additionalTraining

fun additionalTraining()

This examples demonstrates the transfer learning concept:

  • Weights are loaded from .h5 file, configuration is loaded from .json file.

  • All model weights are not frozen, and can be changed during the training.

  • No new layers are added.

NOTE: Model and weights are resources in examples module.