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

Reputation

0
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 , did you run the vm.max_map_count command for elastic? Also what amount of RAM memory do you have on the machine you're running on?

3 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 try the elastic search logs clearml-elastic

3 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

I'll clarify - on the server you have two parts - the clearml folders where all the mongo/elastic/redis data sits and you have the dockers. So, downgrading would mean using previous version dockers. However if you don't have a backup of your data I don't suggest you do this since data might become corrupt (mismatching elastic versions is bad for elastic)

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

Hi SoggyBeetle95 , did you try rolling back and re-trying the upgrade? Do you have a backup of the data?

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

And for future reference - Always a good thing to do a backup before upgrading elastic versions (or upgrades in general). Periodic upgrades are also advised 🙂

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

SoggyBeetle95 , in the ClearML UI you should see a small notification at the top when there is a new version available

2 years ago
0 Hi, I'M Trying To Reduce My Team And My Api Calls When Training Models, We All Ready Added The Following Flags In Our Config File On Each Training Agent

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you can also control the agent sampling rate (to sample queue every 10 or 20 seconds instead of 5 for example)

one year ago
one year ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

My bad, if you set auto_connect_streams to false, you basically disable the console logging... Please see the documentation:

auto_connect_streams (Union[bool, Mapping[str, bool]]) – Control the automatic logging of stdout and stderr.
4 months ago
0 I Want To Save Some Data On My Outputmodel In Order To Make It More Accessible When I'M Using The Model. When I Use

Hi @<1562973083189383168:profile|GrievingDuck15> , do you have a standalone snippet that reproduces this error?

one year ago
0 Hi. I Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

Hi @<1751777178984386560:profile|ConfusedGoat3> , I think you might need to run some migration script on the database, basically changing the paths of the artifacts registered to the new IP

one month ago
0 Hi Everyone! Is There A Way To Force An Agent To Clear The Clearml Cache Folder Every Time It’S Done With A Task? I Have A Machine Running Multiple Agents For Training, But The Disk Space Gets Filled Up Quickly Since Every New Task Uses A New Dataset. I S

Hi @<1570220858075516928:profile|SlipperySheep79> , you can set various cache limitations in clearml.conf . The issue you encountered is specifically regarding Datasets? If that is the case, I think this is the section that you're looking for - None

9 months ago
0 Hi. I Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

I think you'd have to write it yourself. Basically, the artifact paths in experiments are saved in mongo. You would need to write a script that would modify those values in Mongo directly

one month ago
0 Hi, Can Anyone Help Or Share Information About Ci/Cd Integration? After Merging To Master On Bitbucket, I Need To Either Create A New Task And Register It On Clearml Web Or Get A New Version From Bitbucket And Update An Old Task. I Only Need To Create Or

Hi @<1671689448707854336:profile|GiganticBee35> , the suggested method would be triggering it via the REST API. If you open developer tools (F12) while in the web UI, you will see everything the web UI is sending to the backend so launching jobs/pipelines via the web UI will give you full visibility into what you need to automate

9 months ago
one year ago
0 I Ran Into Something That I'D Describe And An Error But I Want To Verify This To Be The Case First. The Error Seems To Be Produced If I Call

Hi @<1545216070686609408:profile|EnthusiasticCow4> , what version of clearml & server are you using?

one year ago
0 I'M Trying To Understand The Difference Between Tasks And Pipelines. I Get The Big Picture But The Thing I Struggle To Understand Is The Interplay In The Code Itself. If You Set Up A Pipeline You Wouldn'T Include A Task Init? Or Is There A Reason To Use B

Hi @<1545216070686609408:profile|EnthusiasticCow4> , generally speaking, pipelines are a special type of task. When you write steps using decorators you don't have to add the task init. However you can also build pipelines using existing tasks in the system, where those were created with task.init

one year ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

I'm not aware of an ability to inject directly from an sql database. You can automate it by dumping from sql to csv, I assume

3 years ago
2 years ago
Show more results compactanswers