main

fun main()
fun main()
fun main()

Inference model is used here, separately from model training code to illustrate the ability to load model graph and weights to start prediction process.

NOTE: The example requires the saved model in the appropriate directory (run lenetOnMnistDatasetExportImportToTxt firstly).

fun main()

Inference model is used here, separately from model training code to illustrate the ability to load model graph and weights to start prediction process.

After loading and evaluation, the Inference model is copied and evaluated again.

NOTE: The example requires the saved model in the appropriate directory (run lenetOnMnistDatasetExportImportToTxt firstly).