SavingFormat

enum SavingFormat : Enum<SavingFormat>

Model saving format.

Entries

JSON_CONFIG_CUSTOM_VARIABLES
Link copied to clipboard

Saves model as a list of layers in .json file format and variables in .txt file format.

TF_GRAPH
Link copied to clipboard

Saves model as graph in .pb file 1.15 Tensorflow format without variables data.

TF_GRAPH_CUSTOM_VARIABLES
Link copied to clipboard

Saves model as graph in .pb file 1.15 Tensorflow format and variables in .txt file format.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int