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

Reputation

0
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Also, is the Pro plan autoscaling option the only way to run clearml in the cloud without having a dedicated VM that’s running all the time?

Yes, GCP autoscaler is only available in the PRO & Scale/Enterprise

one year ago
0 Hi, Trying To Report A Matplotlib Figure With

Hi @<1566596968673710080:profile|QuaintRobin7> , do you have a self contained snippet that will reproduce this?

one year ago
0 Hello, I Have My Clearml Instance Hosted At Url "

Hi @<1523701122311655424:profile|VexedElephant56> , do you get the same response when you try to run a script with Task.init() without agent on that machine?

one year ago
2 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Before injecting anything into the instances you need to spin them up somehow. This is achieved by the application that is running and the credentials provided. So the credentials need to be provided to the AWS application somehow.

2 years ago
0 Seems Like Clearml Tasks In Offline Mode Cannot Be Properly Closed, We Get

Hi @<1523701083040387072:profile|UnevenDolphin73> , looping in @<1523701435869433856:profile|SmugDolphin23> & @<1523701087100473344:profile|SuccessfulKoala55> for visibility πŸ™‚

one year 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
0 Hi, Can Anyone Help Me? I'M Trying To Create A

Are you using pipelines from tasks?

one year ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

UnevenDolphin73 , I think I might have skipped a beat. Are you running the autoscaler through the code example in the repo?

2 years ago
0 I Am Working On Versioning My Data With Clearml-Data. I Have Clearml Server Deployed On One Machine And On Another Machine I Have My Clearml.Conf Setup To Use The Deployed Clearml Server. Also, On Both Machines I Have A Nas Storage Mounted On The Same Pat

RipeAnt6 Hi!

Yes, you simply need to configure the two following fields in your ~/clearml.conf

api.fileserver: <PATH_TO_NAS>
sdk.development.default_output_uri: <PATH_TO_NAS>

3 years ago
0 We Are Having The Same Issue As

Are you getting similar responses from your elasticsearch?

2 years ago
0 Im Trying To Run This Exmple :

Pending means it is enqueued. Check to which queue it belongs by looking at the info tab after clicking on the task :)

3 years ago
0 Hi, Are There Any Plans Or Already Ways To Deploy A Pipeline With Clearml-Serving To Triton? I Would Also Be Interested In The Support Of Deploying Pure Python Models Using The New Python_Backend Of Triton.

ClumsyElephant70 , I understand it's possible to already combine python and Triton, however it is quite difficult to do and requires a lot of work.

We're working on making ClearML-Serving easier to use and this is one of our next plans in the to do list.

We hoped to release it earlier but got caught with some other pressing issues we had to take care of.

So to sum up the long answer, yes, it is in our plans and will be supported eventually πŸ™‚

3 years ago
0 We’Re Planning To Use Clearml Agent To:

Hi @<1560798754280312832:profile|AntsyPenguin90> , I think you would need to wrap the C++ code in python for it to work, but conceptually shouldn't be any special issues

one year ago
0 Hi Folks, How Does Clearml Figure Out The Virtual Environment That It Needs To Use For The Task. Is There Any Way To Override The Default Virtual Environment That Is Picked ?

Hi @<1523704207914307584:profile|ObedientToad56> , the virtual env is constructed using the detected packages when run locally. You can certainly override that. For example use Task.add_requirements - None

There are also a few additional configurations in the agent section of clearml.conf I would suggest going over

one year ago
0 Hi everyone, :wave: Is it possible to execute ML projects on one platform? Execute Ops part on the ClearML platform?

Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , not sure I understand what you mean. Can you please elaborate?

one month ago
0 What Is

MelancholyElk85 , did PipelineContoller._task.set_base_docker work?

3 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

difficult to verify correctness without a publicly available test suite

What'd you mean?

2 years ago
0 I Get An

GrittyKangaroo27 , does this happen when you run a regular experiment in agent with same file?

3 years ago
0 How Can I Test Scripts That Use Clearml In A Ci Environment? The Integration Tests Run In A Docker Container Without Access To A Clearml Server, So I Get The Following Error:

GreasyPenguin14 , Hi πŸ™‚

I'm guessing that it tries to communicate during task.init()
Try running the function when you initialize the Task object

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
Show more results compactanswers