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, 4175 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hey I Hope Everyone Is Having A Good Day, Two Quick Questions About Datasets:

And additionally does the

When executing a Task (experiment) remotely, this method has no effect).

part means that if it is executed in a remote worker inside a pipeline without the dataset downloaded the method will have no effect ?

I think this means the add tags specifically will have no effect

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

3 years ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Can you verify in the INFO section of an individual step to what queue it is enqueued into? Can you see them in the Queues page?

12 months ago
2 years ago
0 Hello, I Believe You Have A Bug In

I see, thanks for reporting this! I guess it should be an easy fix. Can you please open a Github issue to follow up on this?

2 years ago
3 years ago
0 Hi! We'Re Trying To Orchestrate An Experiment Through The Clearml Ui With A Remote Agent On K8S. Our Training Job Requires A Package Only Available On Our Internal Pypi Server. How Should We Go About This Because The Job Keeps Failing With:

Hi CostlyFox64 ,

Can you try configuring your ~/clearml.conf with the following?
agent.package_manager.extra_index_url= [ "https://<USER>:<PASSWORD>@packages.<HOSTNAME>/<REPO_PATH>" ]

3 years ago
0 Hi Folks, I Have A Question Related To The Storage Of Artifacts, As It Is Not Entirely Clear To Me Where To Configure It. If I Read The Documentation

SarcasticSquirrel56 , you're right. I think you can use the following setting in ~/clearml.conf : sdk.development.default_output_uri: <S3_BUCKET> . Tell me if that works

3 years ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

Hi @<1719524641879363584:profile|ThankfulClams64> , what do you mean regarding ClearML GPU Compute? Do you mean the Genesis autoscaler?

11 months ago
0 Hello! Is It Possible To 'Send' / Compose Specific Reports Automatically From Tasks To The Designated Report Under The Reports Page In The Ui? I'Ve Looked Into

Hi @<1544853721739956224:profile|QuizzicalFox36> , currently there is no SDK option for this, however you can automate this using the API. I suggest opening developer tools (F12) to see what the UI sends when creating/editing reports and that way you can automate it

2 years ago
0 Hello Everyone! How Can I Conveniently Pass A Large Number Of Parameters To The Pipeline In Order To Re-Run It Through Ui?

Hi @<1578555761724755968:profile|GrievingKoala83> , you can do it directly through the UI by adding parameters, see examples here - None

2 years ago
0 Hi, I Want To Upgrade Clearml Server From 1.1 To 1.2 (Self Hosted). I Have The Following Setup:

Yes you could do that just make sure you have backups on everything and no data is lost 🙂

3 years ago
0 Hi There, I Am Working On An Audio Analysis Project And I Am Interested In Using Clearml To Manage Our Data Versions And Models. However, I Have Some Questions About Dataset Versioning And Reproducibility That I Hope You Can Help Me With. Specifically, I

Hi @<1523713932588486656:profile|PerplexedWalrus3> , I'm not sure about the exact configuration of your setup but I'm quite sure you could do this fairly easily with pipelines and datasets in ClearML. Have you tried playing with Datasets to get the feeling of how it works?

2 years ago
0 Hi All! I'Ve Found This From Clearml-Agent Docs. I'M A Little Confused With Content. Could Anyone Explain This Line

Hi @<1664079296102141952:profile|DangerousStarfish38> , it means that it's not supported out of the box and might require more tinkering, but I've managed to run agent with docker mode on a windows machine previously 🙂

one year ago
0 Hi! If There Are Several Tasks Running Concurrently, Which Task Should

GiganticTurtle0 , then I'd guess that's the task that would be returned 🙂

Did you try?

3 years ago
0 What Determines The Value Of User? (See Screenshot) Right Now All My Teammates' Experiments Show Up Under My Own User Name. Thanks

You can edit the mongodb manually (strongly suggest against) to change users of experiments. Besides that, I'm afraid not. Each user would have to create separate credentials for themselves under their own user in the system.

A suggestion I might have is using the 'Description' field to write down the relevant user manually and adding that as a column in your view. The small cogwheel near the top right (next to the refresh button) will give you the option to add that column.

Hope this helps...

3 years ago
Show more results compactanswers