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, 3782 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hello Everyone, I Encountered The Following Error When I Tried To

Are you using the community server or did you deploy yourself?

6 months ago
0 Hi, Is There A Quick Way To Create New Pipeline From Few Other/"Sub" Pipelines?

I meant writing a new pipeline controller that will incorporate the previous pipelines as steps. What is the error that you're getting? Can you provide a snippet?

one year ago
0 Hi, Question Regarding

Can you try with blank worker_id/work_name in your clearml.conf (basically how it was before)?

You can force kill the agent using kill -9 <process_id> but clearml-agent daemon stop should work.

Also, can you verify that one of the daemons is the clearml-services daemon? This one should be running from inside a docker on your server machine (I'm guessing you're self hosting - correct?).

2 years ago
2 years ago
0 How Would Ya'Ll Approach Backing Up The Elastic-Search/Redis/Etc. Data In Self-Hosted Clearml? Any Drawbacks/Risks Of Doing A Simple Process That Periodically Zips Up The

@<1541954607595393024:profile|BattyCrocodile47> , shouldn't be an issue - ClearML SDK is resilient to connectivity issues so if the server goes down the SDK will continue running and will just store all the data locally, once server is back up, it will send everything that was waiting.

Makes sense?

one year ago
0 Is There A Place In Web Ui To Find All

There is literallyย 

Models

ย tab in each project

Was about to mention it ๐Ÿ˜›

look like I created a new task for every epoch ...

What do you mean?

3 years ago
0 Hey Guys! I Have Multiple

I would also suggest using pipelines if you want to do several actions with a task controlling the progress.

2 years ago
0 Is There Something Like

ReassuredTiger98 , nothing CLI based but you can do it programmatically via the API quite easily.
Also, what happens if you do clearml-data delete --id <TASK_ID> ? It's a bet but it could actually work as well ๐Ÿ™‚

2 years ago
one year ago
0 Hi, I Am Getting

Dataset.get only fetches the dataset object, it doesn't try accessing files yet. What else are you doing in your code that reproduces your issue?

one year ago
0 Weird Error; My Local Execution Hung With

And when you run it again under exactly the same circumstances it works fine?

2 years ago
0 Hi, Question Regarding

Also, can you verify that you still have the clearml-agent process running? top / htop

2 years ago
0 Hi All! I Am Solving The Following Issue -> File1.Py

Hi @<1523701181375844352:profile|ExasperatedCrocodile76> , and now the worker clones the repo correctly?

one year ago
0 [Errors When Migrating Clearml Server From Aws To Gcp]

Hi @<1523702496097210368:profile|ScantChimpanzee51> , your steps look ok but the error pretty much indicates that there is a folder permissions issue. Please navigate manually to /opt/clearml/data folder and check "ls -al" command what are the user and permissions for the "elastic_7" folder and then enter the elastic_7 folder and check the same for its "nodes" subfolder. If the permissions are correct try restarting the docker and checking if it helps.

one year ago
0 The Comparison Page Seems To Resize The Experiments So That All Tags Will Fit In The Screen, But Then The Experiments Are Pretty Much Impossible To Compare

Huh, what an interesting issue! I think you should open a github issue for this to be followed up on.

If you remove the tags the page resizes back?

2 years ago
0 If I Want To Run Training Inside A Docker Container, How Do I Connect It To Clearml Installed Outside My Docker Container?

Hi PerfectMole86 ,

how do I connect it to clearml installed outside my docker container?

Can you please elaborate?

2 years ago
0 Dear All, Great To Join Your Community. We Are Working On Plant Growth Stage Models At Basf For Farmers And I Was Wondering If Clearml Can Be Used Also For Data Versioning Of Tabular Data, Structured Data. I Would Like To Track If This And That Row Is Par

Hi @<1543766544847212544:profile|SorePelican79> , I don't think you can track the data inside the dataset. Maybe @<1523701087100473344:profile|SuccessfulKoala55> , might have an idea

one year ago
0 Hello All! Is There Any Way To Hide Menu On The Side Bar? I Want To Show Project Menu Only.

I'm afraid not, but I think it would be a cool feature request on GitHub ๐Ÿ˜‰

one year ago
0 What Does This Log Message Mean

It means there is nothing reporting iterations explicitly or any iterations being reported by any framework. This means scalers will show with time from start as x axist instead of iterations

2 years ago
0 Hi Everyone! I Created A Pipeline From One Block, Passed The Initial Parameters. Please Tell Me, Is It Possible To Make A New Launch Of The Pipeline, But With Different Parameters, Just Like In The Draft Mode Of Usual Experiments. Globally, I Want To Init

Hi @<1524560082761682944:profile|MammothParrot39> , I think you need to run the pipeline at least once (at least the first step should start) for it to "catch" the configs. I suggest you run once with pipe.start_locally(run_pipeline_steps_locally=True)

one year ago
Show more results compactanswers