MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Correct tensor flow function to restore model
A
tf.keras.models.load ____ model
B
tf.keras.models.restore ____ model
C
tf.keras.models.save
D
tf.keras.models.save ____ restore
Explanation: 

Detailed explanation-1: -The model restoring is done using the tf. saved model. loader and restores the saved variables, signatures, and assets in the scope of a session.

Detailed explanation-2: -An entire model can be saved in two different file formats ( SavedModel and HDF5 ). The TensorFlow SavedModel format is the default file format in TF2.x. However, models can be saved in HDF5 format.

There is 1 question to complete.