Unanswered
Hi All! I Have A Question About Pipelines. My Pipeline Consists Of Several Steps:
GrotesqueDog77 this should just work, decorate the functions with @PipelineDecorator.component
and call the functions one after the otherpaths = step_one() step_two(paths)
ClearML will make sure it serializes the strings and pass them to step two (of course step two should actually run on a machine with access to the same folder, but this is another issue 🙂 )
149 Views
0
Answers
2 years ago
one year ago