Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
CostlyOstrich36
Moderator
0 Questions, 4213 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Just A Small Question

This is inside the container on the machine running the agent. It is taking the configurations as a basis from the local clearml.conf

11 months ago
0 Hi, I Am Trying To Use Omegaconf With Task.Connect_Configuration And I Get The Following Error:

Regarding connect_configuration() , reading into the docs I see that this method needs to be called before reading the config file
https://clear.ml/docs/latest/docs/references/sdk/task#connect_configuration

3 years ago
0 Is There A Quicker Way To Abort All Running Experiments In A Project? I Have Over A Thousand Running Anonymous Data Tasks In A Specific Project And I Want To Abort Them Before Debugging Them.

VexedCat68 , you can iterate through all 'running' tasks in a project and abort them through the api. The endpoint is tasks.stop

3 years ago
0 Hi All. What Is The Most Straightforward Way To Download All Experiment-Related Data (Configs, Scalars, Debug Samples Etc.) For One Experiment From Clearml Server (Self-Hosted)? I Want To Backup Some Chosen Experiments And Also Poke Around The Experimenta

Hi @<1529633475710160896:profile|ThickChicken87> , I would suggest opening developer tools (F12) and observing what api calls go out when going over the experiment object. This way you can replicate the api calls to pull all the relevant data. I'd suggest reading more here - None

2 years ago
0 Hello, I’M Trying To Log (Via

Can you try upgrading and see what happens?

3 years ago
0 Hi, Can I Ask How I Can Make Clearml-Datasets In Comparison With Pytorch Datasets/Dataloader? In Particular, Pytorch Dataloaders Would Be Able To Batch Pull And Then Preprocess Data Using Multi-Cpus, Feed It Into The Training Loop And Achieve As High Util

Hi SubstantialElk6 ,

That's an interesting idea. I think if you want to preprocess a lot of data I think the best would be using multiple datasets (each per process) or different versions of datasets. Although I think you can also pull specific chunks of dataset and then you can use just the one - I'm not sure about the last point.

What do you think?

3 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

You're still using both n1-standard-1 and nvidia/cuda:10.2-runtime-ubuntu18.04

3 years ago
0 Hi All, What Is The Best Practice To Handle Connection Errors And Timeouts To Clearml Server? Is There A Configuration In The Python Sdk For Timeouts / Max Attempts Without Interrupting The Training Session?

Hi @<1582179661935284224:profile|AbruptJellyfish92> , connectivity issues should not affect training and should cache everything until connection is restored and everything should be sent to the server. Did you encounter a different behavior?

2 years ago
0 When Choosing An Experiment With Status "Published" The Search Icon Is Gone.

Hi @<1769534171857817600:profile|DepressedSeaurchin77> , can you please provide the full screenshot for context?

11 months ago
0 Hey.

TenseOstrich47 , you can specify a docker image with
task.set_base_docker(docker_image="<DOCKER_IMAGE>")You will of course need to login to ECR on that machine so it will be able to download the docker image.

3 years ago
0 Hey. Is It Possible To Keep Docker Container Once Job Finished/Failed? I See In Logs That "--Rm" Is Passed To "Docker Run". Is It Possible To Avoid It?

Aren't you getting logs from the docker via ClearML? I think you can build that capability fairly easily with ClearML, maybe add a PR?

3 years ago
0 Hi, All I Am Trying To Setup Clear-Ml Environment In Local. I Have One Question That Clear-Ml Has Some Plan To Integrated Some Data Label Tool(For Example, The Picture Label Tool) Into The Clear-Ml Webapp?

Hi @<1572395190897872896:profile|ShortWhale75> , this capability exists as part of the HyperDatasets feature which is present in the Scale/Enterprise licenses.

2 years ago
0 Hello! A Python Api - Related Question: Is There A Way To Query The Name Of The Queue A Task Is Running In, From Task Class / By Task Id? Thanks In Advance!

Hi TeenyHamster79 ,

I think the API you're looking for is tasks.get_by_id and the fields you're looking for are:
data.tasks.0.execution.queue.name
data.tasks.0.execution.queue.id

Tell me if it helps 🙂

3 years ago
0 Hello Everyone! Do You Know How To Run Several Agents Simultaneously On The Same Pc? I Launched The First One And If I Try To Run The Second One I Get:

Hi ExcitedSeaurchin87 ,

How are you trying to run the agents? Also, are you trying to run multiple agents on the same GPU?

3 years ago
0 Hi, We'Ve Been Trying To Run The Same Experiments As We Did At Previous Times But Have Been Getting Configuration Errors After Credentials Errors Over And Over. I'Ve Went Ahead And Replaced All Of Our Existing Credentials With New Ones, Went Through The

this doesn't explain as to why the env variables didn't work though

Maybe you defined the env variables outside the container? Maybe incorrect usage on your end? The env variables work when properly configured.

My guess would be something related to your environments.

one year ago
0 Gcp Autoscaler Limits Not Working Correctly?

Hi @<1529271085315395584:profile|AmusedCat74> , thanks for reporting this, I'll ask the ClearML team to look into this

one year ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

I am not very familiar with KubeFlow but as far as I know it is mainly for orchestration whereas ClearML offers a full E2E solution 🙂

3 years ago
Show more results compactanswers