saveModelConfiguration

fun GraphTrainableModel.saveModelConfiguration(jsonConfigFile: File, isKerasFullyCompatible: Boolean = false)

Saves model description as json configuration file fully compatible with the Keras TensorFlow framework.

Parameters

jsonConfigFile

File to write model configuration.

isKerasFullyCompatible

If true, it generates fully Keras-compatible configuration.