Add function based Pipeline example

This commit is contained in:
allegroai 2021-09-03 03:34:41 +03:00
parent e491f4352f
commit 3f80829ed7

View File

@ -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')