I think I found something that might help me. It is to run the task directly from git:
None
clearml-task --project keras_examples --name remote_test --repo
--script /webinar-0620/keras_mnist.py --args batch_size=64 epochs=1 --queue default
Hi @<1671689448707854336:profile|GiganticBee35> , the suggested method would be triggering it via the REST API. If you open developer tools (F12) while in the web UI, you will see everything the web UI is sending to the backend so launching jobs/pipelines via the web UI will give you full visibility into what you need to automate