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

Reputation

0
0 I Ran Into Something That I'D Describe And An Error But I Want To Verify This To Be The Case First. The Error Seems To Be Produced If I Call

Hi @<1545216070686609408:profile|EnthusiasticCow4> , what version of clearml & server are you using?

one year ago
0 Hey, Why Is It Possible To Remove The Task From The Ui When It'S Published And Then Archived But It'S Not Possible To Remove The Archived And Published Task From The Python Sdk (It Gives Me Error - Cannot Delete Published Task)? Are There Any Other Ways T

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I see that there is also no force flag for the SDK. Maybe open a github request to add the option to force or just allow deleting archived published tasks.

Currently through code you can use the API to delete those experiments.

one year ago
one year ago
0 Hello All, It Seems That Experimentmanager Is Geared Toward Training Jobs. We However Need To Do Evaluation/Benchmarking Jobs Most Of The Time. Is There Anyway To Change The Tag “Training” To A Customized Name For The Task?

Hi @<1560798754280312832:profile|AntsyPenguin90> , the task types are mainly for governance. There is a 'custom' task type. However, task type shouldn't affect your training

one year ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Looks decent, give it a try and update us it's working 🙂

2 years ago
0 Is This The Write Way To Add A Tag To An Output Model Artifact Of A Task? Torch.Save(Model, '

Please try like this model.tags=['Test'] and not with append

2 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , what timeout did you set? Please note that it's in seconds so it needs to be a fairly large number

3 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , do you have iterations stated explicitly somewhere in the script?

3 years ago
0 Hi! From A Task Created Using

GiganticTurtle0 Hi 🙂

How about Task.get_task() ?
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_task

You'd need to provide it the project name and task name

3 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?

3 years ago
0 Hi, Is It Possible For Clearml To Support Languages Other Than Python?

Hi @<1523701504827985920:profile|SubstantialElk6> , you can create wrappers around other languages but currently only Python is supported by ClearML

one year ago
0 Hi All, I Am Testing The New

GiganticTurtle0 , are you using ClearML 1.1.1 or 1.1.0?

3 years ago
0 Hi, Are There Other Ways To Add

I think you can pass environment variables

3 years ago
0 Hi Everyone, Is There An Option To Not Mount Cache Into The Docker Of An Clearml-Agent? E.G. Datasets Are Downloaded Into The Docker And Gone When The Docker Container Is Removed By The Agent.

Hi @<1523701868901961728:profile|ReassuredTiger98> , in the end the container mounts to some volumes on the original machine so it has to be somewhere. Are you basically asking about 'cleaning' the data once a session finishes?

one year ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

WackyRabbit7 , how did you report the table? Can you please provide an example for the data structure of the table?

3 years ago
0 I Have A Task Which I Reported A Table To - How Do I Access This Table Through Code? The Clearml Task Object Attribute "Artifacts" Is Empty

If you want to access them as artifacts via code (OR via UI) you'll have to register via code and call them back that way.

Use the following:
https://clear.ml/docs/latest/docs/references/sdk/task#register_artifact

https://clear.ml/docs/latest/docs/references/sdk/task#get_registered_artifacts

Also please note the difference between reporting those tables as data via the logger and as artifacts since the logger saves things as events (plots, scalars, debug samples).

https://clear.ml/do...

3 years ago
0 We Are Planning To Use A Data Versioning System, Because Now We Are Having A Lot Of Folders With Different Names Which Basically Contain The Same Data, Only With Small Changes. The Most Prominent Candidates Are Clearml Data And Dvc. Could You Tell Me What

GreasyPenguin14 Hi!
I wish I could help but I'm afraid I'll need to ask AnxiousSeal95 for some help with that, please hold tight until he will be able to help out 🙂

3 years ago
0 Hi! How To Correctly Configure Clearml With Pytorch-Ignite To Write Checkpoints To The

Hi @<1523708920831414272:profile|SuperficialDolphin93> , simply set output_uri=/mnt/nfs/shared in Task.init

17 days ago
0 Hi, I Recently Updated My Clearml To 1.1.2 And A Code That Was Working Before Now Behaves Completely Differently: I Am Using The Following To Log Debug Samples:

JitteryCoyote63 , Hi 🙂

I'm having a bit of trouble understanding. Can you give a concise example of before VS after?

3 years ago
Show more results compactanswers