Home
last modified time | relevance | path

Searched refs:ModelCheckpoint (Results 1 – 9 of 9) sorted by relevance

/external/libopus/dnn/training_tf2/
Dtrain_rdovae.py62 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
132 checkpoint = ModelCheckpoint('{}_{}_{}.h5'.format(args.output, args.cond_size, '{epoch:02d}'))
Dtrain_plc.py63 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
178 checkpoint = ModelCheckpoint('{}_{}_{}.h5'.format(args.output, args.gru_size, '{epoch:02d}'))
Dtest_plc.py54 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
Dtrain_lpcnet.py88 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
185 checkpoint = ModelCheckpoint('{}_{}_{}.h5'.format(args.output, args.grua_size, '{epoch:02d}'))
Ddecode_rdovae.py54 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
Dencode_rdovae.py56 from tensorflow.keras.callbacks import ModelCheckpoint, CSVLogger
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py1105 c for c in callbacks_list if isinstance(c, callbacks.ModelCheckpoint)
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py1180 class ModelCheckpoint(Callback): class
1290 super(ModelCheckpoint, self).__init__()
/external/tensorflow/tensorflow/lite/g3doc/tutorials/
Dpose_classification.ipynb1041 "checkpoint = keras.callbacks.ModelCheckpoint(checkpoint_path,\n",