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 Hello All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

you configure the worker name in clearml.conf and I think you'll need to re-run it

2 years ago
0 Hi, Another Bug To Report With The Aws_Auto_Scaler Using 1.1.2:

And if you switch back to 1.1.2 in the setup that 1.1.1 worked, does it still fail?

4 years ago
0 Hi All

I think you should investigate what happens during docker-compose up to see why the services agent docker isn't running

2 years ago
0 Hi, I'Ve Been Trying To Use Hyperparameter Optimization For Yolov11. When I Try To Get The Top Metrics Using

Hi @<1795263699850629120:profile|ContemplativeParrot88> , are you sure the hyper parameters themselves are properly connected? If you run as a single run and change parameters, do they take effect?

9 months ago
0 Two Questions Today. First, Is There Some Way To Calculate The Number Of Gpu-Hours Used For A Project? Could I Select All Experiments And Count Up The Number Of Gpu-Hours/Gpu-Weeks? I Realize I Could Do This Manually By Looking At The Gpu Utilization Grap

I might not be able to get to that but if you create an issue I'd be happy to link or post what I came up with, wdyt?

Taking a look at your snippet, I wouldn't mind submitting a PR for such a cool feature 🙂

3 years ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Also please expand the 500 errors you're seeing. It should give some log

3 years ago
0 Hi, I Am Running My Script From Pycharm And Create A Task Inside It Using

Hi DistressedKoala73 ,

What version of ClearML are you using? Are you using a remote interpreter? You can also connect it manually with https://clear.ml/docs/latest/docs/references/sdk/task#set_script

3 years ago
3 years ago
0 Hi Everyone, I Have One Quick Question Regarding The Artifact Uploading. I See The Output Models From Training Are Stored Under The "Output Models" Section In Artifacts Tab, And If I Do Upload Other Artifacts Using .Upload_Artifact() Api, They Are Stored

I have tried

task.upload_artifact('/text/temp', 'temp.txt')

but it's not working (I can access the task, but as soon as I click artifacts tab, it shows 404 error).

Can you please elaborate on this? Can you please share a screenshot?

3 years ago
0 My Clearml Fileserver Is Super Slow. Scp Command Works Sends 10 Mb/S, But Downloading Clearml Artifact Using Api, Using The Same Source And Destination Machines Has 0.06 Mb/S Transfer. What Could Be The Cause? Clearml Fileserver Is Hosted As A Docker Cont

Hi @<1523701122311655424:profile|VexedElephant56> , can you please elaborate a bit more on how you set up the server? Is it on top of a VPN? Is there a firewall? Is it a simple docker compose or on top of K8s?

one year ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

Happy to help 🙂

Note that you will get almost all information about the task using tasks.get_by_id , then you would need a few more calls to extract the console/scalars/plots/debugs

9 months ago
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

3 years ago
0 Hi Everyone, Has Anyone Ever Had Issues With An Elasticsearch Index Being Corrupted? We Are Unable To Load The "Scalars" Tab On Any Experiment Without Getting The Error

Hi @<1625666182751195136:profile|MysteriousParrot48> , I'm afraid that this looks like a pure ElasticSearch issue, I'd suggest checking on ES forums for help on this

one year ago
0 Hi! How To Add Files Locally To

Does it fail at add_files or at upload ?

4 years ago
0 Hi All, I Am Seeing This In My Logs:

Might be a bug. Let me check with the guys

2 years ago
0 Hi All. I'Ve Been Mistakenly Using

Hit F12 when on the browser 🙂

3 years ago
0 Hi! I'M Trying To Report

Hi @<1523702031007617024:profile|GrotesqueDog77> , please refer to the documentation to see all the possibilities you have with the SDK - None (Just scroll down from there)

As a side note, this is the SDK, not the API 🙂

one year ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

Hi @<1523701283830108160:profile|UnsightlyBeetle11> , I think you can store txt artifacts so you can store the string there. If it's not too long, you can even fetch it from the preview

2 years ago
Show more results compactanswers