Reputation
Badges 1
38 × Eureka!I think it would be nicer if the CLI had a subcommand to show the content of ~/.clearml_data.json
.
In that way, users can be more confident to query the dataset id on which the CLI currently focusing.
My scripts will keep working when the CLI changed how to store the dataset id in the future.
Hi AgitatedDove14
Thanks, that is it!
Yeah, I have noticed the --id
option.
What I wanted is to automate making dataset from some set of files.
And it requires the dataset id after running clearml-data create ...
.
Reading ~/.clearml_data.json
looks much better than parsing the command output.
I will set repository url as https and retry.
Can you run this one -
?
Do you get the labels for both local and clearml-agent run?
Okay, I did the example.
For the local run, I got the labels.
For the agent run, I did not get the labels.
By the way, we found that when I added labels param and post a tasks.create
request, it worked.
I confirmed that worked if it is not started by an agent.