Package examples.inference.saveload

Types

SaveTrainedModelHelper
Link copied to clipboard
class SaveTrainedModelHelper(trainBatchSize: Int, testBatchSize: Int)

The object wraps the logic on a given model training up to particular accuracy on a test dataset and then persist it in a file.

Functions

eluLenetOnMnistWithIntermediateSave
Link copied to clipboard
fun eluLenetOnMnistWithIntermediateSave()

This examples demonstrates running Save and Load for prediction on mnist dataset.

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

This examples demonstrates running Save and Load for prediction on mnist dataset.