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
Hi,
I am interested about saving the checkpoint of my self-defined model by subclassing snt.Module, but I couldn't find solid resource online. Can I use default method in tensorflow 2 for keras model like tf.keras.callbacks.ModelCheckpoint()? Does this work for sonnet 2 model?
Thanks,
ZY
The text was updated successfully, but these errors were encountered:
Hi,
I am interested about saving the checkpoint of my self-defined model by subclassing
snt.Module
, but I couldn't find solid resource online. Can I use default method in tensorflow 2 for keras model liketf.keras.callbacks.ModelCheckpoint()
? Does this work for sonnet 2 model?Thanks,
ZY
The text was updated successfully, but these errors were encountered: