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

Reputation

0
0 Hello, Clearml! Let'S Say That I Have A Git Repository In Format

What about if you specify the repo user/pass in clearml.conf?
I think it removes the user/pass so it wouldn't be shown in the logs

2 years 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 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

That's an interesting question. I think it's possible. Let me check 🙂

3 years ago
0 I Have A Question Related To Pipelinev2 (Using Decorator) Is Pipelinev2 Support Uploading Artifacts To S3 (Instead Of Fileserver)?

GrittyKangaroo27 , I see no special reason why not, as long as you set the credentials correctly 🙂
Have you tried?

3 years ago
0 Hi, What Would Be The Best Way To Save A Pandas.Dataframe As An

How do you currently save artifacts now?

3 years ago
0 Hi Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.

@<1554638179657584640:profile|GlamorousParrot83> , can you add also the full log?

2 years ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

You can do it by comparing experiments, what is your use case? I think I might be missing something. Can you please elaborate?

3 years ago
0 Hello, I Was Wondering About The Billing Options For The Clearml Pro Plan. Could You Let Me Know If There Are Options For Monthly Or Yearly Payments?

Hi @<1634001106403069952:profile|DefeatedMole42> , the Pro plan is monthly payment according to usage. You can find more information here - None

9 months ago
0 Good Afternoon I Didn'T Find Any Mention In The Documentation Please Tell Me If It Is Possible To Implement “Move To Top” Through The Api, How Can This Be Done Through The Ui

Hi @<1523702932069945344:profile|CheerfulGorilla72> , it's possible. I see the web UI uses queues.move_task_to_front .
I suggest using the webUI as a reference together with developer tools 🙂

one year ago
0 Hi Everyone! I'M Trying To Make Use Of Remote Execution In Clearml, But I Keep Getting An Error After The Agent Clones The Repo On The Remote Machine:

Hi @<1625666182751195136:profile|MysteriousParrot48> , how did you run the original experiment? Can you add the full log and also the agent configuration?

one year ago
2 years ago
0 Hey, I'M Working With The Clearml Aws Autoscaler (For Quite Some Time) And Suddenly We Encountered An Issue With Scaling Gpu Machines That Torch Inside The Task Doesn'T Recognize The Gpu Sporadically. If We Restart The Task It Works Just Fine... I Have A

Hi @<1523701949617147904:profile|PricklyRaven28> , I assume this is happening on the same instance? What if you put in like 20 sec sleep before or after the init call, does this behaviour reproduce?

4 months ago
0 Hi, I Recently Updated Clearml-Server To 1.7 And I Am Getting A Lot Of The Following Errors Since Today On Any Experiment (I Didn'T Had This Error Before):

If Elastic isn't crashing then it should be good. Once I get a confirmation I'll update you 🙂

2 years ago
0 Good Week Clearml Team

UnevenDolphin73 , I think this is fair. Why not open a feature request?

3 years ago
0 I Have A Question Regarding "Imitating" An Agent Pulling Some Task For Debugging Purposes I Am Trying To Do Something Like: Creating A Task On The Server

@Alex Finkelshtein, if the parameters you're using are like this:

parameters = { 'float': 2.2, 'string': 'my string', }
Then you can update the parameters as mentioned before:
parameters = { 'float': 2.2, 'string': 'my string', } parameters = task.connect(parameters) parameters['new_param'] = 'this is new' parameters['float'] = '9.9'
Please note that parameters['float'] = '9.9' will update the parameter specifically. I don't think you can update the parameter en masse...

3 years ago
0 How To Select More Than 10 Experiments In The Clear Ml Ui? I Want To Compare 30 Loss Curves. Is There A Setting Somewhere.

Hi IcyFish32 , I don't think comparing more than 10 experiments. I think this ability will be added soon.

2 years ago
0 Sdk’S Dataset.Get And Dataset.Create Are Appending

Hi @<1691258549901987840:profile|PoisedDove36> , not sure I understand. Can you please elaborate with screenshots maybe?

one year ago
0 Hi! While Monitoring The Memory Usage Of One Of My Active Workers In The 'Workers & Queues' Section Of Clearml Web Ui, I Noticed The Graph Displays The Memory Consumed By All The Processes On The Machine. Is There Any Way To Show Only The Memory Consumed

GiganticTurtle0 Hi!

Currently the usage shows the resources usage of the entire machine and not configurable otherwise. Regarding the refresh button - Currently it always auto refresh the graph every few seconds 🙂

I'll see if there is a way to make it report only the agent usage 🙂

3 years ago
0 Can You Give Me The Difference Between Pipeline And Task?

Hi 🙂

A task is the most basic object in the system in regards to experiments. A pipeline is a bunch of tasks that are controller by another task 🙂

3 years 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 , by the way. ClearML already has an integrated tool to work on a jupyter notebook.

In a couple of lines it will open a jupyter notebook for you to work with. Further reading here: https://clear.ml/docs/latest/docs/apps/clearml_session/
🙂

3 years ago
Show more results compactanswers