mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add function based Pipeline example
This commit is contained in:
parent
e491f4352f
commit
3f80829ed7
@ -79,9 +79,9 @@ pipe.add_function_step(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# for debugging purposes use local jobs
|
# for debugging purposes use local jobs
|
||||||
pipe.start_locally()
|
# pipe.start_locally()
|
||||||
|
|
||||||
# Starting the pipeline on the services queue (remote machine, default on the clearml-server)
|
# Starting the pipeline on the services queue (remote machine, default on the clearml-server)
|
||||||
# pipe.start()
|
pipe.start()
|
||||||
|
|
||||||
print('pipeline done')
|
print('pipeline done')
|
||||||
|
Loading…
Reference in New Issue
Block a user