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

Reputation

0
0 After Resetting And Enqueueing A Task, The Pip Installation Procedure In A Remote Agent Tries To Install Packages Different From Packages That Were Installed In The Execution Session Before The Resetting And Enquiring Of The Task. How Can I Control That

Hi SweetHippopotamus84 🙂
What do you mean different? Entirely unrelated packages or entirely different unrelated versions? Could it be those packages are dependencies of your requirements?

Can you provide some examples/screenies?

2 years ago
2 years ago
0 Hi All, I Have A Live Webinar Coming Up On Feature Engineering With Kubeflow Feast On 

ExtensiveCamel16 , hi! Hope you give us a shout out 🙂

3 years ago
0 Is There A Way To Clear Clearml Caches, Maybe Some Command? My Server Ran Out Of Space And I Lost A Whole Weekend Of Training. My

Hi @<1523702786867335168:profile|AdventurousButterfly15> , I think this is what you're looking for - None

one year ago
0 Can I Run An Autoscaler Listening To A Regular Queue (I.E. Combine Autoscaling With On Premise Machines)? Or Does It Run The Danger Of Creating An Ec2 Instance While An On-Premise Machine Takes The Job?

Hi UnevenDolphin73 , it does run that danger, however it will spin down after time out if there is nothing for it to pick up from the queue

2 years ago
0 Hello, May I Ask If There Is A Means To Export Dataset In One Clearml Setup And Import To Another Clearml Setup?

I think if you copy all the data from original server and stick it in the new server it should transfer all data. Otherwise I think you would need to extract that through the API or copy mongo documents

one year ago
0 Hi, I Am New To Clearml: When I Run An Experiment In A Shell (Having A Single Line Of Task Definition) I Am Getting This Error:

AgitatedDove14 , I think gitdiff wasn't ran. I think Laszlo ran git status manually, not git diff

2 years ago
0 Hi, I Have An Error With Clearml-Agent 1.5.1 When Importing Tensorflow 2.10

Can you please open a GitHub issue to follow up on this issue?

one year ago
0 Hi, I Am Trying To Use

Hi DrabOwl94 , what version of ClearML are you using?

one year ago
0 I Have A Question And I'M Not Sure If Anyone Is Clear On This. If I Want The Agent To Manage Dependencies Using Conda, And Install A New Environment Based On The Yaml File Output By

@<1718799873618219008:profile|FunnyPeacock68> , it appears that reading a yaml isn't supported. Currently only requirements.txt. I'd suggest opening a GitHub feature request for this capability!

4 months ago
0 Hello, How To Handle Clearml.Task.Add_Requirements("Requirements.Txt) Cases When We Have --Extra-Intex-Url In The File

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you can just leave the packages as any other package and add the --extra-index-url in clearml.conf of the agent

4 months ago
0 New To Clearml, I Primarily Use Rye To Handle My Package Management. For Some Reason, Our Training Task Is Capturing All Of Our Depenendencies As Declared In Our

Hi @<1719524669695987712:profile|ClearHippopotamus36> , what if you manually add these two packages to the installed packages section in the execution tab of the experiment?

4 months ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

It isn't a bug, you have to add the previews manually through reporting. For example:

ds = Dataset.create(...) ds.add_files(...) ds.get_logger().report_media(...)

one year ago
0 Hey, Do Hyperdatasets Offer The Same Features With Tabular Data? Almost All Examples On The Docs Are On Image Datasets

Basically the same capabilities that are offered for the unstructured data - ability to register files, keep track and manage them with links and ability to query into all of their metadata and then connect it to the experiment as a query on the metadata inside different versions - basically giving you a feature store.

I am of course over simplifying as the HyperDatasets feature is an extremely powerful tool for managing unstructured data.

one year ago
0 Hey, Do Hyperdatasets Offer The Same Features With Tabular Data? Almost All Examples On The Docs Are On Image Datasets

Hi @<1535069219354316800:profile|PerplexedRaccoon19> , HyperDatasets are built mainly for unstructured data since the problem itself is more difficult, but all features can be applied also to tabular data. Is there something specific you're looking for?

one year ago
0 How I Get The Code In This Video?

SwankySeaurchin41 , what do you mean? Can you give a specific example?

2 years ago
0 Hi Quick Question: Does Task.Connect_Configuration Support Omegaconf Dictconfig Objects? Ie. Can I Do:

JitteryCoyote63 , I think so.

config = OmegaConf.load(train_task.connect_configuration(config_path))

Should work

2 years ago
0 In

Hi @<1523704157695905792:profile|VivaciousBadger56> , can you provide some screenshots of what you're seeing?

one year ago
0 In

How are you running the task? Can you add logs please?

one year ago
0 In

and when you do pip show clearml the version is 1.6.4?

one year ago
0 Hi All

Hi @<1564060263047499776:profile|ThoughtfulCentipede62> , I think the issue is still open. Can you please open a GitHub issue to track it so we can make sure it is resolved?

one year ago
0 How To Apply Agent Configuration (I.E.

Also take a look here - None

one year ago
Show more results compactanswers