I'll read the 3 examples now. Am I right to assume that I should drop Pipeline_Controller.py
I'll look into those 3. Do those files use step 1, step 2 and step 3 files though?
I believe pipeline_from_tasks.py
used to be called pipeline_controller.py
Hi VexedCat68 , where did you get the link? The pipeline support was refactored and examples were renamed - is there a specific example you're missing?
no, step 1, 2 and 3 are unrelated (and still there)
Right now, there are 3 examples replacing it, they are:
https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_decorator.py https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_functions.py https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py
I see - I'll make sure it's fixed 🙂