How to run a workflow created in .ymal #80
-
I have question that how we can run the workflow created by us in .yaml file.
so, how i will run this workflow? |
Beta Was this translation helpful? Give feedback.
Answered by
rafaspadilha
Mar 30, 2023
Replies: 1 comment
-
Hi, @mursaleen-bkk. You can run this workflow by loading the yaml file and passing it directly as input to
In this case, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rafaspadilha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @mursaleen-bkk.
You can run this workflow by loading the yaml file and passing it directly as input to
client.run
.You can find an example of this in the crop segmentation's visualization notebook.
In this case,
wf_viz_crop_seg.yaml
…