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

Reputation

0
0 Hi There. I Run Example

Not sure what you mean, it looks like your experiment ran for 6 minutes.. Can you add the full log?

11 months ago
0 Hi Everyone, I Just Started Learning Clearml. My Goal Is To Create A Task And Connect My Jupter Notebook On Clearml. However, I’Ve Tried Clean Cookies, Uninstall Clearml And Restart My Computer, It Still Shows

AlertCrow40 Hi!

How are you trying to connect to your jupyter notebook, can you provide a snippet? What version of clearml are you using?

3 years ago
0 How Is This Possible. Gpu_Mem_Used Gb Is 0 But Usage In % And Gpu Utilization Is High.

Hi DrabCockroach54 , what version of ClearML are you using? What OS is this running on?

2 years ago
0 Hi, I’M Trying To Integrate Logger In My Pipelinedecorator But I’M Getting This Error -

Moving objects between steps is usually done via the artifacts mechanism. How are you building the pipeline, with decorators?

one year ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

I think something might be block ports on your local machine. Did you change ports mapping for the ClearML dockers?

2 years ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored

one year ago
0 Hi, I Am Trying To Use Agent, But I Have A Problem. Execution Of Task Stucks Like This

It looks like it's hanging on the connection to the ClearML server

2 years ago
0 How/Where Can I Change The Session Timeout Time For The Webui? It'S Timing Out Way Too Fast After The Latest Updates

UnevenDolphin73 , you can configure timeout through the apiserver settings through
..\config\default\apiserver.conf and just push it there as auth.default_expiration_sec

2 years ago
0 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

You mean you would like to delete an output model of a task if other models in the task surpass it?

3 years ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

You need to separate the Task object itself from the code that is running. If you're manually 'reviving' a task but then nothing happens and no code is running then the task will get aborted eventually. I'm not sure I understand entirely what you're doing but I have a feeling you're doing something 'hacky'.

one year ago
0 Hello Everyone, I'M Currently Working On

Hi @<1610445887681597440:profile|WittyBadger59> , how are you reporting the plots?

I would suggest taking a look here and running all the different examples to see the reporting capabilities:
None

one year ago
0 Hello People

For example, in the response of tasks.get_by_id you get the data in data.tasks.0.started
and
data.tasks.0.completed
I hope this helps 🙂

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

Hi FierceHamster54 ,

Does squashing two datasets deletes the two original datasets ?

I don't think so. Should just create a new one.

Is it possible to edit tags using the SDK on a finalized dataset ?

I think so. I don't se a dedicated method for this on Dataset module but Datasets are basically tasks so you can fetch the dataset task and then use Task.add_tags()
https://clear.ml/docs/latest/docs/references/sdk/task#add_tags

2 years ago
0 I Am Training A Model With Pytorch Lightning. I Save

Hi @<1523702786867335168:profile|AdventurousButterfly15> , are the models logged in the artifacts section?

one year ago
0 Hi, Another Idea For Clearml Web Ui: In The Projects View, If I Have Several Experiments Being Enqueued And I Sort By “Started” Ascending (Newest On Top), I Expect To See Enqueued Experiments At The Very Top, While They Are Shown At The Very Bottom - Woul

JitteryCoyote63 , Hi 🙂

Why do you expect to see the enqueued on top of 'started' if they haven't started yet and are in enqueue state only? You can sort by 'updated' to get this result.

3 years ago
0 Is It Possible To Change The

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either

clearml-init

or

~/clearml.conf

. I want the files server displayed here to be a GCP address

Regarding this - I think you should open a github feature request since there is currently no way to do this via UI

2 years ago
0 Is Data Versioning Available In The Accessible Version Of Clearml? I Want To Create A Structure Like This.

MammothParrot39 , yes it is available. This part of the Dataset module of clearml

2 years ago
0 Hi Everyone! I Have Few Questions In Hosting The Clearml Server

Hi @<1639074542859063296:profile|StunningSwallow12> , to answer your questions:

  • Technically speaking the UI uses the API to do this, so you can generate it via the API. I would suggest opening dev tools (F12) and seeing what the web UI sends to the backend when you create the credentials through the UI.
  • Yes. Simply point all clearml.conf files to point to the NAS instead of the files server
one year ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , can you try disabling the cpu/gpu detection?

3 years ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

Is it your own server installation or are you using the SaaS?

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , what do you mean in the server view?

3 years ago
0 Hi Everyone, I Have An Issue With Clearml Serving And Self-Hosted Clearml Server. I Have Posted On Github

It looks like it's failing to login to the backend. Did you make sure you have valid credentials in clearml.conf ?

12 months ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Hi TrickyFox41 , I think this issue is solved in 1.9.0, please update to the latest version of clearml

2 years ago
0 Hi, What Are The Limitations Of Free Self-Hosted Version Of Clearml? Can It Be Freely Used For Production? Thank You!

From my understanding ClearML uses Apache-2.0 license, so it depends if that covers it or not

2 years ago
0 Hello, Would It Be Possible To Add To The Output Table Of

I see. It appears to be an open bug. As a workaround for now, if you go into 'Projects' -> 'All Experiments' and then search for the ID with the search bar at the top right (Magnifying glass icon)

one year ago
Show more results compactanswers