Unanswered
How Can I Stop Clearml From Uploading Temporary Models?
I Am Running Cross_Validation, Training A Bunch Of Models In A Loop Like This:
Hi @<1523702786867335168:profile|AdventurousButterfly15>
I am running cross_validation, training a bunch of models in a loop like this:
Use the wildcard or disable all together:
task = Task.init(..., auto_connect_frameworks={"joblib": False})
You can also do
task = Task.init(..., auto_connect_frameworks={"joblib": ["realmodelonly.pkl", ]})
174 Views
0
Answers
one year ago
one year ago