mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +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
|
||||
pipe.start_locally()
|
||||
# pipe.start_locally()
|
||||
|
||||
# Starting the pipeline on the services queue (remote machine, default on the clearml-server)
|
||||
# pipe.start()
|
||||
pipe.start()
|
||||
|
||||
print('pipeline done')
|
||||
|
Loading…
Reference in New Issue
Block a user