Unanswered
Hey, I Have A Question Regarding Pipelines. Let'S Say I Have 2 Scripts: Train.Py And Evaluate.Py. Each Of Them Creates A Task Using Task.Init And Logs Some Information. These Scripts Are Run Independently (In My Case They Are Run By Dvc). I Would Like Bot
The idea is that I first call script start_new_pipeline.py
, which should just create the pipeline and then I call scripts train_pipeline.py
and evaluate_pipeline.py
which contain the tasks that should belong to the pipeline. However I don't know how start_new_pipeline.py
should look like so that the following tasks would belong the created pipeline.
159 Views
0
Answers
2 years ago
one year ago