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

Reputation

0
0 Hi All! If We Use

Hi @<1569496075083976704:profile|SweetShells3> , yes, it will remove all related documents both from ES & Mongo

8 months ago
0 Hi! For

Hmmmm, fair point.

2 years ago
0 Hi, I Want Clearml To Not Install Packages From My Pycharm Environment, But Activate An Environment I Have Locally On The Computer The Agent Is Installed On, Is The Variable Clearml_Agent_Skip_Pip_Venv_Install Relevant To This, And If So Can I Configure I

You're running your experiment from pycharm? Are you using the same environment in pycharm for all your experiments and you want the task to take packages from your 'agent' environment?

2 years ago
0 Hi, Is There A Way Through Which I Can Visualize Coco Annotated Dataset On The Clearml Dashboard

Hi DistinctShark58 , what do you mean dashboard? You can add some visualization on top of Datasets or you can fully visualize coco annotated dataset with the HyperDatasets

one year ago
0 In General, How To Pass Clearml_Agent_* Envriornment Variables To Have Effect, If The Agent Is Already Started?

Hi @<1715900788393381888:profile|BitingSpider17> , you need to set it in the environment where you are running the agent. Basically export it as an env variable and then run the agent

5 months ago
0 Hi, How Can I Get Commit Id For Task Using Apiclient?

EnviousPanda91 , you can use tasks.get_by_id . I think the commit ID should be there in the data section

2 years ago
0 Hi, Me Again. How Can I See User-Specified

Hello FuzzyMole65 , what do you see in compare currently?

Can you give a small snippet to reproduce these scalers?

2 years ago
0 Are There Any Platform Built On Top Of Clearml?

Hi GiganticKoala17 , can you please elaborate?

one year ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , Hi πŸ™‚

What did you run?
Also, how did you configure your credentials?

3 years ago
0 Hi, I Have A Remote Task That I Want To Run On Some Of The Gpus Of The Remote Machine. I Set The Agent In The Remote Machine On Two Of The Gpus. How Do I Query The Agent What Are His Gpu So That My Code Will Use Only Them

Hi @<1546303277010784256:profile|LivelyBadger26> , when you run the agent, you can specify which CPUs to use using the --gpus argument like you used

one year ago
0 Can I Run A Random Task From A Queue? Like This

Cant you paste the output until the stuck point? Sounds very strange. Does it work when it's not enqueued? Also, what version of clearml-agent & server are you on?

2 years ago
0 So I Decided To Re-Create My Clearml Server, I

WackyRabbit7 what version of clearml server did you install? Try changing the URL of the browser to <HOST>:8080/login instead of <HOST>:8080/dashboard.

It's an issue that was solved recently, not sure if the fix is out yet πŸ™‚

3 years ago
0 Hello,

GrittyCormorant73 , K8s deployment will have easier time to spin up agent instances to run the tasks πŸ™‚

2 years ago
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

one year ago
0 Hello Is There Any Actual Way To Modify

Hi GloriousPenguin2 , how did you try to modify it? From the code it looks like it's expecting a configuration and it will sample it once every few minutes

one year ago
0 Hi, I'M Setting A

Yeah I see what you're saying. It doesn't keep it's type. This might be a bug.

2 years ago
0 Hello Everyone! I Am New To Clearml. I Have My Prebuilt Containers And Wanted To Run Them Using

Hi @<1681836303299121152:profile|RoundElk14> , I suggest watching this - None

7 months ago
Show more results compactanswers