You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've understood estimator as an instance of InMemoryEstimator can provide checkpoint file in the file system. Then, is there any method to use the checkpoint to test?
In short, I want an alternative method of
model = tf.keras.models.Sequential(...)
model.load_weights(checkpoint_path)
of python code.
The text was updated successfully, but these errors were encountered:
I've understood estimator as an instance of InMemoryEstimator can provide checkpoint file in the file system. Then, is there any method to use the checkpoint to test?
In short, I want an alternative method of
model = tf.keras.models.Sequential(...)
model.load_weights(checkpoint_path)
of python code.
The text was updated successfully, but these errors were encountered: