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, 4168 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello ! When Running

Inside the docker, that is

3 years ago
0 Hi! If I Have A Folder With Multiple

Can you give an example of the pathing of dirpath ?

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 Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Hi @<1652845271123496960:profile|AdorableClams1> , you set up fixed users in your docker compose, I would check there

one year ago
0 Good Morning! I Have A Quick Question Regarding Clearml Dataset. When Creating A New Dataset, You Have The Option To Create A Description With

Hi @<1547028031053238272:profile|MassiveGoldfish6> , I think you can access the description by fetching the dataset and searching inside the different attributes. You can use dir() in python to see what's attached. I think you can look for Dataset.data after you fetch it

2 years ago
0 Hi All, The Version Of Clearml Published On The Web Is 3.13.

1.7.0 is the latest release for ClearML self hosted. The issue does not reproduce there. Can you try upgrading your server?
https://github.com/allegroai/clearml-server

I think clearml-web is just the source code for the UI.

2 years ago
0 Is There Any Way To: Within The Ui, Select And Compare The Scalars For More Than 10 Experiments? I'D Like To Do Something Like:

SmallDeer34 Hi! πŸ™‚

I'm afraid that currently we support only up to 10 experiments in comparison at once. However you can add/remove experiments mid comparison. Is there a specific reason why you'd need to compare specifically 20?

Regarding the coloring, if you do 5/5 it would be supported.

3 years ago
0 Is There Any Way To: Within The Ui, Select And Compare The Scalars For More Than 10 Experiments? I'D Like To Do Something Like:

SmallDeer34 , just out of curiosity, how many in a single compare would be needed for your use case?

3 years ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

Hi @<1603560525352931328:profile|BeefyOwl35> , what do you mean set up the agent remotely? You run the agent on your machine and want the agent to run when it's shut down?

2 years ago
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , I'm afraid currently not and only available in docker mode.

What do you need it for if I may ask?

3 years ago
0 Im Trying To Run This Exmple :

But you said that pipeline demo is stuck. Which task is the agent running?

3 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

What version is the server? Do you see any errors in the API server or webserver containers?

one year ago
0 Hi All Is There An Openapi Schema For The Clearml Rest Api?

REST API is language agnostic, you can just implement the API calls in any language you like. Same as you can do with python unrelated to the APIclient module in the SDK

one year ago
0 Anyone Knows Why This Happens?

What version of ClearML are you using?

3 years ago
0 Hi Guys, I Was Wondering If I Can Change The Base Docker Image On My Agent And Use An Image That I Custom Built Now Inside My Agent'S Docker Images Library With All Its Python Library That Is Needed. If So, Does Anyone Have An Example Code I Can Run? I Wa

CluelessElephant89 , Hi!

In the UI, under the execution tab there is a 'Container' section.

There you can configure all of those πŸ™‚

You need the docker to be available on dockerhub so the agent will be able to pull the docker

3 years ago
0 Hey, What Exactly The Use Of Redis? I Can See That My Redis Is Getting Fuller And Fuller Over Time Can’T Find The Architecture Of Clearml In Docs

Hi ScrawnyLion96 ,

I think it handles some data like worker stats. It's required for the server to run. What do you mean by the redis getting fuller and fuller?

3 years ago
0 Hey, When We Change In Our Clearml Conf Local Cache To Our Mounted Nas Drive (Default_Base_Dir: "/Nfs_Client/.Clearml/Cache") Download Speed Is ~50 Times Slower. Did Anybody Encountered This Issue And Or Know How To Fix It ?

Hi @<1648134232087728128:profile|AlertFrog99> , how is the download speed if you download directly to the NAS drive, unrelated to ClearML's cache

11 months ago
0 Hi There, Is It Possible To Configure The Clearml-Agent To Run Some Commands Before Running Each Experiment It Launches? Eg.

JitteryCoyote63 , If you mean storage secrets (aws,azure, etc..) then you can configure them in your ~/clearml.conf πŸ™‚

3 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

Also, I think that maybe there is a bug with the CPU mode: I tried to run tests with instance without GPU , marked the option "Run in CPU mode (no gpus)" and I saw on the experiment logs that its trying to run the docker with "--gpus all" option and failed right after the execution.

Which instance type did you use?

3 years ago
Show more results compactanswers