Package examples.transferlearning.modelhub.vgg16

Functions

main
Link copied to clipboard
fun main()
fun main()
fun main()

This examples demonstrates the inference concept on VGG'16 model and weights loading from KotlinDL txt format:

fun main()

This examples demonstrates the inference concept on VGG'16 model and weights loading from outdated or custom weights' schema in .h5 file:

fun main()

This examples demonstrates the inference concept on VGG'16 model:

vgg16noTopAdditionalTraining
Link copied to clipboard
fun vgg16noTopAdditionalTraining()

This examples demonstrates the transfer learning concept on VGG'16 model:

vgg16prediction
Link copied to clipboard
fun vgg16prediction()

This examples demonstrates the inference concept on VGG'16 model: