Unanswered
Another Question On The Topic Of How A Remote Execution Of A Pipeline Kills The Calling Process (Previously Discussed
yes
here is the true "my_pipeline" declaration:@PipelineDecorator.pipeline( name="fastai_image_classification_pipeline", project="lavi-testing", target_project="lavi-testing", version="0.2", multi_instance_support="", add_pipeline_tags=True, abort_on_failure=True, ) def fastai_image_classification_pipeline( run_tags: List[str], i_dataset: int, backbone_names: List[str], image_resizes: List[int], batch_sizes: List[int], num_train_epochs: int, )
174 Views
0
Answers
2 years ago
one year ago