Unanswered
Hello! Can You Help Me To Understand How Clearml Captures Provided Args? During The First Execution Of Pipeline As A Code Script I Provide Parameters Using `Argparse` With Default Values. And They Seem To Be Captured. But Later When I Try To Run Pipeline
Hi @<1717350332247314432:profile|WittySeal70> , for pipelines you should use pipe.add_parameter
. Under the hood the controller is a special type of Task. ClearML always automatically detects argparser, however for pipelines this methodology does not apply and requires pipe.add_paramter
81 Views
0
Answers
4 months ago
4 months ago