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 Hi, I'M Trying To Access/Use Experiment'S Model+Data+Params My Model And Data Are Stored In S3 And I'M Not Sure What Is The Practice Of Getting Them Reddy To Use. When I Use

You can clone it via the UI, enqueue it to a queue that has a worker running against that queue. You should get a perfect 1:1 reproduction

3 years ago
0 Hi Everone! We'Re Trying To Start Using Clearml For Both Experiment Tracking And Data Management, And I Have A Question About Clearml-Data: Is It Possible To Specify Two Different Storage Locations For A Dataset? Background: We'Re Using Both Local Machine

Hi @<1618418423996354560:profile|JealousMole49> , why not just use different datasets? Just to make sure I'm understanding correctly - you have a duplication of data on both s3 and local?

2 years ago
0 Is There Something Like

ReassuredTiger98 , nothing CLI based but you can do it programmatically via the API quite easily.
Also, what happens if you do clearml-data delete --id <TASK_ID> ? It's a bet but it could actually work as well 🙂

3 years ago
0 Hi All! I Am Solving The Following Issue -> File1.Py

Hi @<1523701181375844352:profile|ExasperatedCrocodile76> , and now the worker clones the repo correctly?

2 years ago
0 Hi, I Have Another Bug To Report For Clearml-Server 1.2 (Self Hosted) In The Console Logs Of An Experiments, I Cannot See The Latest Logs. Eg My Experiment Is Done, But I Can Only See The Logs Of To The Installation Of The Packages. If I Download The Log

JitteryCoyote63 , if you hit F12 and open the console in the webUI you should see some calls going out called events.get_task_log , can you take a peek and see if the logs are missing from there?

3 years ago
0 I Have The User/Pass Set Up On The

Can you add the full log of the run?

11 months ago
0 How To Run The Scripts To Make Clearml Agent Pass The Correct Repo And Branch?

Hi @<1874626649442488320:profile|KindTurkey44> , can you elaborate on what is happening?

2 months ago
0 In Pipelines. Is It Possible To Inject A Requierment.Txt Such That The Executing Node Will Install Before Running Tasks?

the question how does ClearML know to create env and what files does it copy to the task

Either automatically detecting the packages in requirements.txt OR using the packages listed in the task itself

3 years ago
one year ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

Sharing the same workspace so it makes sense that you'd encounter the same issue being on the same network 🙂

@<1808672054950498304:profile|ElatedRaven55> , If you manually spin up the machines, does the issue reproduce? Did you try running the same exact VM setup manually?
@<1594863230964994048:profile|DangerousBee35> , I'd ask the DevOps to check if there might be something slowing communication from your new network in GCP to the app.clear.ml server

8 months ago
one year ago
0 Question About The Task And Queue In The Clearml Sdk. There Are Three Machine, Machine A(Running The Clearml Server), Machine B (Linux, Target Machine To Run Task), Machine C(Windows, My Woring Machine). B And C Already Installed Clearml-Agent. I Want T

Hi @<1572395190897872896:profile|ShortWhale75> , that is not the correct way to use workers & queues.

First of all, Task.init will mark your task as running so this error makes sense.

The idea is first you run the code locally on your machine, once everything is logged (packages, repo, uncomitted changes & configurations) you can clone the task and then enqueue it into the agent.

Programmatically, you would watch to fetch an existing task in the system, clone it and then enqueue the n...

2 years ago
2 years ago
0 Why Is Async_Delete Not Working?

Again, I'm telling you, please look at the documentation and what it says specifically on minio like solutions.
The host should be
host: " our-host.com :<PORT>"
And NOT
host: " s3.our-host.com "
Maybe you don't require a port I don't know your setup, but as I said, in the host settings you need to remove the s3 as this is reserved only to AWS S3.

one year ago
4 years ago
0 Hi All, I'M New To Clearml, And Trying To Understand The Set_Metadata Method Of The Dataset Class. The Documentation Is Almost Non-Existent Does Anyone Have An Example Script? How Would I Add Data Using E.G. Pandas. I Assume One Column Would Relate To The

Hi @<1574931891478335488:profile|DizzyButterfly4> , I think if you have a pandas object pd then the usage would be something like ds.set_metadata(metadata=pd, metadata_name="my pandas object")

I think you would be referencing the entire thing using the metadata_name parameter

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

3 years ago
0 Hi, I Have A Question About

Do you have an example to play with?

3 years ago
0 Hi All, I Am Running A Self Hosting Clearml Server On An Ec2 Instance. I Am Able To Run Training And Log The Data Into A Separate S3 Bucket By Specifying The

Hi @<1523702547896864768:profile|FrightenedHippopotamus86> , debug samples are stored automatically on the files server. You can manipulate this by changing api.files_server in clearml.conf to connect to the bucket of your choice

2 years ago
0 Hi, I Would Like To Start Logging How Often My Users Uses Clearml. How Might I Query This Kind Of Information?

SubstantialElk6 , I don't think anything like this currently exists in the API. Maybe add a feature request to github?

3 years ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

You can see the version if you go to settings page. It is in the bottom right of the screen 🙂

2 years ago
Show more results compactanswers