Hi TimelyMouse69 , Thank you for your reply.
It was done with Task.running_locally()
.
Thank you very much.
You can get all tasks: https://clear.ml/docs/latest/docs/references/sdk/task#taskget_all
You can search tasks: https://clear.ml/docs/latest/docs/clearml_sdk/task_sdk#querying--searching-tasks
And you can get the status:
https://clear.ml/docs/latest/docs/references/sdk/task#get_status
Hi TimelyMouse69 , Thank you for your reply.
Requires Task.init()
.
Thank you very much.
I would like to ask you one more thing.
Is there a way to determine if it was launched with Enqueue before Task.init()
.
1.When starting with Enqueue, get the task with Task.init()
.
2. If not started with Enqueue, create a new task with Task.init(project_name=XXX,task_name=XXX)
.
Did you first init the Task?
https://clear.ml/docs/latest/docs/references/sdk/task/