saveModelConfiguration
fun GraphTrainableModel.saveModelConfiguration(jsonConfigFile: File, isKerasFullyCompatible: Boolean = false)
Content copied to clipboard
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.