Unanswered
Hi, When I Save Model Using Tf.Keras.Save_Model Or Using Modelcheckpoint Model Is Not Saved As An Artifact. Output Uri Is Set To Google Cloud Bucket. When Reporting With Logger Everything Is Stored Correctly. Do You Maybe Have Any Idea Why This Would Not
I found out that if I work with one model than that model is saved but if I work with different model that model is not saved, everything else being the same. Both models use Functional API
Edit: I have further pinpointed a problem to a ReLU layer. If i uselayers.ReLU()
it does not work, but if I uselayers.Activation("relu")
it works.
147 Views
0
Answers
2 years ago
one year ago