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 Everyone Can Clearml Session Be Somehow Saved, If The Host Machine For Docker Container, Where Agents Are Running, Was Rebooted?

Hi @<1715900788393381888:profile|BitingSpider17> , I think this is what you're looking for - None

11 months ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

Also in network section of developer tools. What is returned to one of the 400 messages?

3 years ago
0 Hi All! I Am Trying To Run The Notebook From The Remote Server Using Aws. It Seems Like I Successfully Installed Clearml Using !Pip Install Clearml Command, But When I Am Trying To Run !Clearml-Init I Got The Following Error: /Bin/Bash: Clearml-Init: Comm

Try setting the following environment envs:
%env CLEARML_WEB_HOST= %env CLEARML_API_HOST= %env CLEARML_FILES_HOST= %env CLEARML_API_ACCESS_KEY=... %env CLEARML_API_SECRET_KEY=...and try removing the clearml.conf file 🙂

3 years ago
0 Hello, I'M Following The Tutorial Of

ScaryBluewhale66 , Hi 🙂

You would need to install ClearML-Agent to run it

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

11 months ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

@<1808672054950498304:profile|ElatedRaven55> , what if you manually spin up the agent on the manually spun machine and then push the experiment for execution from there?

8 months ago
3 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

And the experiments ran on agents or locally (i.e pycharm/terminal/vscode/jupyter/...)

one year ago
0 We Are Getting "Fetch Experiment Failed" In Ui In One Of Projects. Other Projects Are Ok. In

Are you running a self deployed server? What is the version if that is the case?

3 years ago
0 Hi, When Using A Pipeline Decorator How Do I Add A Local Module? I Keep On Getting This Error Message:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you need this module as a part of repository, otherwise, how will the pipeline know what code to use?

2 years ago
0 Hello, I'M Following The Tutorial Of

Can you provide more of the log before the error as well?

3 years ago
0 Hello, I Have An Issue With Self Hosted Clearml Server, Everything Was Running Find But Since Today I Get The Following Error:

Hi @<1582904448076746752:profile|TightGorilla98> , can you check on the status of the elastic container?

2 years ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

ClearML has a built in model repository so together I think they make a "feature store" again, it really depends on your definition

3 years ago
0 Good Week, I Tried To Follow The Following Repo

Hi! Are you working on a self deployed server?

3 years ago
0 Why

What do you mean? When running on an agent Task.add_tags doesn't work?

3 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

I think in this case you can fetch the task object, force it into running mode and then edit whatever you want. Afterwards just mark it completed again.

None
Note the force parameter

2 years ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one year ago
0 I Am Training A Model With Pytorch Lightning. I Save

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

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

let me know if it changes anything. Of course rerun the agent afterwards

11 months ago
0 Hi, I'M Trying To Save Artifacts In A Folder Using Command

Hi GrittyCormorant73 , can you please add the error you're getting? What version of ClearML are you using?

3 years ago
0 Hi, Is There A Way To Add The Sdk

I'm reading on task.set_credentials at the moment. What exactly are you trying to do?

3 years ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

It's a way to execute tasks remotely and even automate the entire process of data pre processing -> training -> output model 🙂
You can read more here:
https://github.com/allegroai/clearml-agent

3 years ago
Show more results compactanswers