It's always modified when merging... ๐
Are you using an older task created previously?
btw I think it's related clearml-task
usage; did you try to create a pipeline with decorators creating it with clearml-task
before?
pretty strange, I also noticed in example from line 2from clearml import TaskTypes
did you try to create a pipeline with decorators creating it with
clearml-task
before?
I didn't, maybe AgitatedDove14 did?
but TaskTypes is under Task
TaskTypes
was added to the clearml
namespace in one of the last commits. Should be released in the next RC.
from clearml import TaskTypes
That will only work if you are using the latest from the GitHub, I guess the example code was modified before a stable release ...