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 Hello All! Is There Any Way To Hide Menu On The Side Bar? I Want To Show Project Menu Only.

Hi @<1524922424720625664:profile|TartLeopard58> , you mean the side bar on the left with projects/datasets/etc... ?

2 years ago
0 I Guess One Experiment Is Running Backwards In Time

JitteryCoyote63 , are you on a self hosted server? It seems that the issue was solved for 3.8 release and I think should be released to the next self hosted release

3 years ago
0 Hello Team I Am Enterprise User Looking For Help Related To Model Serving Capability I Followed The Tutorial To Create The Model , Push It To The Model Registry And Published The Same The Model Is Published Now I Was Expecting To See The Endpoint Unfo

Hi @<1800699527066292224:profile|SucculentKitten7> , I think you're confusing the publish action to deployment. Publishing a model does not deploy it, it simply changes the state of the model to published so it cannot be changed anymore and also publishes the task that created it.

To deploy models you need to either use clearml-serving or the LLM deployment application

8 months ago
0 Hi All - I Am New To Clearml And Trying It Out Using The Free Plan, And I Am Generally Quite Impressed With The Amount Of Features Available For Free

Hi @<1655744373268156416:profile|StickyShrimp60> , happy to hear you're enjoying ClearML 🙂
To address your points:

Is there any way to lock setting of scalar plots? Especially, I have scalars that are easiest comparable on log scale, but that setting is reverted to default linear scale with any update of the comparison (e.g. adding/removing experiments to the comparison).

I would suggest opening a GitHub feature request for this

Are there plans of implementing a simple feature t...

one year ago
0 Hi Everyone! I'Ve Noticed That If I Run An Experiment And It Fails, The Clearml Agent Will Delete All Datasets That Have Been Downloaded During The Run. Is It Correct Behavior? How Can I Force The Agent To Preserve Such Datasets?

ExcitedSeaurchin87 , Hi 🙂

I think it's correct behavior - You wouldn't want leftover files flooding your computer.

Regarding preserving the datasets - I'm guessing that you're doing the pre-processing & training in the same task so if the training fails you don't want to re-download the data?

3 years ago
0 Hi, I'M Wondering If Clearml Did A Comparison Of Their Clearml Pipelines With Other Solutions Such As Apache Beam? Or If Clearml Supports Integration With Such Third Party Solutions?

Hi SubstantialElk6 ,

From a quick glance I don't see any abilities not covered. Is there some specific capability you're looking for?

3 years ago
0 Hi Guys, I Encountered A Very Frustrating Problem About Virtual Enviroment Management When I Use Clearml. I Use Virtualenv To Create A New Python Env And Installed All The Needed Python Pakcages In The Env. The Env Path Is

I don't think you need to mix. For example if you have a pre-prepared environment then it should something like export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=<PATH_TO_ENV_BINARY>

2 years ago
0 Tasks Can Be Put In Draft State - If We Will Execute:

How do you run your pipeline currently?

2 years ago
0 Hey Friends! At Our Startup We Are A Big Fan Of Clearml And Use It Daily To Run Trainings And Other Tasks. Right Now We Are Re-Evaluating Our Data Platform And I'Ve Seen That Clearml Also Offers A Dataset Functionality. Our Requirements Are Not Huge:

Hi @<1547390438648844288:profile|ScaryJellyfish75> , you have described the HyperDataset feature which is part of the Scale/Enterprise versions. I suggest you contact sales@clear.ml to get a quote for a license 🙂

2 years ago
0 There Is A Problem Starting From Clearml 1.7.0 With Python-Fire

Hi PricklyRaven28 , can you try with the latest clearml version? 1.7.1

3 years ago
3 years ago
0 Agent And Env Variables (This Is Almost Duplicate

Try setting it outside of any section. Basically set an environment section by itself

one year ago
3 years ago
0 I Have A Question Regarding "Imitating" An Agent Pulling Some Task For Debugging Purposes I Am Trying To Do Something Like: Creating A Task On The Server

DepressedChimpanzee34 , the only way I see currently is to update manually each parameter

For example:
parameters = { 'float': 2.2, 'string': 'my string', } parameters = task.connect(parameters) parameters['new_param'] = 'this is new' parameters['float'] = '9.9'
Does this help?

4 years ago
0 Does Anyone Have A Good Idea On How To Set The Correct Python Version For A Task? Apparently I Can Set It On A Task Level Or Via The Web-Interface.

Yes you can set everything on the task level and of course you can also use different docker images for different python versions

8 months ago
0 Where I Can Find Logs Of Clearml Server Which Should Go Into Elk (Elastic Search ) For Security.

Hi @<1562973095227035648:profile|ThoughtfulOctopus83> , do you mean apiserver logs? What do you mean in regards to security?

2 years ago
Show more results compactanswers