Face-Occlusion-Detect icon indicating copy to clipboard operation
Face-Occlusion-Detect copied to clipboard

CAN'T SAVE MODEL~~~~HELP

Open shangpapa opened this issue 6 years ago • 1 comments

WARNING:tensorflow:TensorFlow optimizers do not make it possible to access optimizer attributes or optimizer state after instantiation. As a result, we cannot save the optimizer as part of the model save file.You will have to compile your model again after loading it. Prefer using a Keras optimizer instead (see keras.io/optimizers).

shangpapa avatar Oct 10 '19 08:10 shangpapa

Try use this tf.keras.optimizers.Adam()

ThariqRamadhan101 avatar Jul 24 '20 03:07 ThariqRamadhan101