Unanswered
What Happens If The Task.Init Doesn'T Happen In The Same Py File As The "Data Science" Stuff
I Have A List Of Classes That Do The Coding And I Initialise The Task Outside Of Them. Something Like
What I try to do is that DSes have some lightweight baseclass that is independent of clearml they use and a framework have all the clearml specific code. This will allow them to experiment outside of clearml and only switch to it when they are in an OK state. This will also help not to pollute clearml spaces with half backed ideas
So you want the DS to manually tell the baseclasss what to store ?
then the base class will store it for them, for example with joblib
, is this the use case?
146 Views
0
Answers
2 years ago
one year ago