Unanswered
Hi Everybody. I Have Problem When Logging Model In A Specific Case. If Model Has Parameter That Is A Dict Than It Is Not Saved To Clearml Even Tho It Is Saved In A Model Folder Normally. I Have Also Attached Example When This Is Happening As A Snippet.
D
There is no explicit error. When I call tf.keras.models.save_model(model, model_path)
model is saved to the clearml as an output model when b
is not a dictionary. But if b
is dict than model is not saved, and is not in artifacts under output models
I will try to log model manually, thank you for the info. But still saving keras model should result in clearml artifact according to documentation, so I believe this might be a bug.
161 Views
0
Answers
2 years ago
one year ago