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 Looking For Full Working Example Of

You also need an agent listening to the queue you're enqueuing to

one year ago
0 Hi Team,

Hi @<1533257278776414208:profile|SuperiorCockroach75> , what do you mean? ClearML logs automatically scikit learn

2 years ago
0 Hi, Does Anyone Faced This Problem? I'M Trying To Run A Task From A Queue. The Same Task Is Running Locally Just Fine. Moreover, I Have An Experience Running Large Scale Of Experiments From Clearml'S Queues, This Problem Is New. After Setting The Env, I G

Hi @<1531807732334596096:profile|ObliviousClams17> , are you self deployed? Can you please provide the full log?

What happens if you clear the commit and just run with latest master?

one year ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Hi FrustratingShrimp3 , which framework would you like added?

3 years ago
0 Hi All, Can I Synchronize All My Artefacts On Clearml Server With S3? I'M Trying To Deploy Clearml-Server In A Limited Disk Space Environment

I think you can periodically upload them to s3, I think the StorageManager would help with that. Do consider that artifacts are logged in the system with links (each artifact is a link in the end) So even if you upload it to and s3 bucket in the backend there will be a link leading to the file-server so you would have to amend this somehow.

Why not upload specific checkpoints directly to s3 if they're extra heavy?

2 years ago
0 Hello. How Do I Tell The Clearml Agent To Not Install The Tasks Requirements And Use Existing Local Env Instead? Also What Should I Do If My Task Depends On Multiple Git Repos That Need To Fetched?

Hi @<1523704461418041344:profile|EnormousCormorant39> , on the agent. Although I think you could even pass them as env variables if you're running in docker mode

one year ago
0 Hi Everyone, I Recently Had To Move My Clearml Server To A Different Ip Address And Managed To Do That Without Any Issues. However, I Just Noticed That When I Try To Download An Artifact (Output Model, To Be Specific) From An Experiment That Ran Before Th

Hi SteepDeer88 , I think this is the second case. Each artifact URL is simply saved as a string in the DB.

I think you can write a very short migration script to rectify this directly on MongoDB OR manipulate it via the API using tasks.edit endpoint

3 years ago
0 Has Anyone Found A Workaround For The Bug?

What version of ClearML?

3 years ago
0 Hi, I’M Trying To Upload Output Model Files (Like .Pth) To Clearml Server. Assume My

Why go into the environment variable and not just state it directly?

task = Task.init(
    project_name="my_project",
    task_name="my_task",
    output_uri="
"
)
one year ago
0 Pymongo.Errors.Operationfailure: Not Authorized On Backend To Execute Command { Find: "Queue", Filter: {}, Lsid: { Id: Uuid("Ce3095Ec-4E0C-4392-93C1-52Aeebb1B47C") }, $Db: "Backend" }, Full Error: {'Ok': 0.0, 'Errmsg': 'Not Authorized On Backend To Execut

Hi @<1714451225295982592:profile|FreshWoodpecker88> , is it possible that you didn't get permissions to the relevant directories to act as the actual storage for mongodb?

one year ago
0 Hey, I Tried To Use

Which version for clearml-data are you using?

3 years ago
3 years ago
0 Hi, Is There A Way To Limit (Archiving) Deletion Of Tasks? For Example: Admin Can Delete All Experiments But A User Can Only Delete His Experiments?

Hi @<1546303277010784256:profile|LivelyBadger26> I'm afraid that in the free version everyone is an admin. In the scale & Enterprise licenses you have full role based access controls on all elements in the system (from experiments to which workers can be provisioned to whom)

2 years ago
0 Hi Everyone! I Have A Question About

Hi @<1569496075083976704:profile|SweetShells3> , do you mean to run the CLI command via python code?

2 years ago
0 Hi. We Have Task That Generate Trained Model In

Hi @<1576381444509405184:profile|ManiacalLizard2> , I don't think such a capability currently exists. I would suggest opening a github feature request for this. As a workaround you could zip them up together and then bind them to an output model.

What do you think?

2 years ago
0 Hi Everyone. Has Anyone Ever Set Up A Grafana Alert For Data Drift Using Clearml-Serving/Grafana?

Hi @<1673501397007470592:profile|RelievedDuck3> , I think this is more of a Grafana core capability

one year ago
0 Hi Guys, I'M Trying To Familiarize Myself With Hyperparameter Optimization Using Clearml. It Seems Like There Is A Discrepancy Between

Hi GiganticMole91 ,

Can you please elaborate on what are you trying to do exactly?

Doesn't HyperParameterOptimizer change parameters out of the box?

3 years ago
0 Hello! Please Tell Me, Is There Any Way To Correct A Typo In The Metric Name In Scalars And In Plots? Without Having To Restart All Experiments. It Doesn'T Seem Possible Through The Interface, But Maybe It'S Possible Through The Api?

Hi @<1874264260817719296:profile|RipeSheep74> , I think this is possible with the API. You would need to manually move the tasks to running mode, remove all scalars manually and re-report them also manually via the API.

2 months ago
0 I Have Been Facing This Issue "Clearml Monitor: Could Not Detect Iteration Reporting, Falling Back To Iterations As Seconds-From-Start" Due To Which The Entire Training Gets Stuck Any Ways To Solve It?

Hi @<1549202366266347520:profile|GorgeousMonkey78> , at what point does it get stuck? What happens if you remove the Task.init line from the script?

2 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

SarcasticSparrow10 , it seems you are right. At which point in the instructions are you getting errors from which step to which?

3 years ago
Show more results compactanswers