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

Reputation

0
0 Hi, I Just Started Working With Clearml And I Have A Question About One Of My Plots. Fig 1 Is What It Looks Like In My Pycharm Output. Fig 2 Is What Is Logged In The Clearml Server. Why Does The Figure Change So Drastically? And How Can I Solve It? Sideno

Why does the figure change so drastically? And how can I solve it?

What are you referring yo specifically? The data plots seem to be identical.

Sidenote: there seems to be a bug in the plot viewer, as the axis are a bit chaotic..

Do you mean the x/y intersection?

2 years ago
0 C..

Hi @<1538330703932952576:profile|ThickSeaurchin47> , you can certainly report plotly graphs. I suggest taking a look at the Logger module
None

one year ago
0 Hi. Is There A Way To Pass Multiple Pre/Post Execution Callbacks For A Step?

Hi @<1639799308809146368:profile|TritePigeon86> , what is the use case for passing multiple callbacks? Why not have it in the same function simply?

one year 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
0 Hi There, Maybe This Was Already Asked But I Don'T Remember: Would It Be Possible To Have The Clearml-Agent Switch Between Docker Mode And Virtualenv Mode At Runtime, Depending On The Experiment

Hi JitteryCoyote63 , I don't believe this is possible. Might want to open a GitHub feature request for this.

I'm curious, what is the use case? Why not use some default python docker image as default on agent level and then when you need a specific image put into the experiment configuration?

one year ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

You're still using both n1-standard-1 and nvidia/cuda:10.2-runtime-ubuntu18.04

2 years ago
0 Hey Guys, I'Ve Got This Weird Issue In My Pipeline! Any Ideas Of What I Could'Ve Missed? My Parameter Becomes

Hi SmugSnake6 , can you please elaborate on what exactly is happening and what you were expecting to happen?

2 years ago
0 Hi ! I ’Ve Got This Error

Hi ReassuredArcticwolf33 , what are you trying to do and how is it being done via code?

2 years ago
0 Should Calling

TimelyPenguin76 , MammothGoat53 , I think you shouldn't call Task.init() more than once inside a script

2 years ago
one year ago
0 Hi, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

The way that community server works, yes. All your experiments are connected to a specific workspace/user

one year ago
0 Hi All! I Can'T Use Scalar Tab In All Experiments Due To Elastic Search Error:

Please run the following commands and share the results. Chances are that somehow the default mappings that we apply on the index creation were not applied to your events scalar index.

  • First run the following command
curl -XGET "localhost:9200/_cat/indices/events-training_stats_scalar-*"
  1. And then for each of the returned indices run the following:
curl -XGET "localhost:9200/<index_name>/_mappings"
one year ago
0 If I Have 1 Machine With A Gpu, Can I Put A Worker On It With Gpu And Two Workers With

I don't think you can currently assign cpu cores to the agents. They just use the resources they have in cpu mode

2 years ago
0 Hey, I Have A Question Regarding Pipelines. Let'S Say I Have 2 Scripts: Train.Py And Evaluate.Py. Each Of Them Creates A Task Using Task.Init And Logs Some Information. These Scripts Are Run Independently (In My Case They Are Run By Dvc). I Would Like Bot

ScaryLeopard77 , Hi! Is there a specific reason to the aversion from pipelines? What is the use case?

"continue with this already created pipeline and add the currently run task to it"

I'm not sure I understand, can you please elaborate? (I'm pretty sure it's a pipelines feature)

2 years ago
0 Hi Clearml! Our It Department Setup A Clearml Server On Aws Now I Would Like To Export The Tasks And Data From The Private Local Server To The New One. The Problem Is That There Is Already Users, Tasks And Data On The New Server - How Can We Do That?

BattyLizard6 Hi!

In the basic scenario where the database is empty on the new server you'd simply need to copy /opt/clearml/ from the old server to the new. In the case that a data merge is needed I'm not sure, let me check 🙂

3 years ago
0 Hey, Im Doing This (Id Like To Set Custom X_Ticks For The Plot):

You mean the you want a custom x axis name?

2 years ago
0 Hi All, I Want To Ask About Hpo If There Possibility To Work Not Only With Standard Args But With Configuration_Object (Omegaconf) ? Thanks

Hi @<1603198163143888896:profile|LonelyKangaroo55> , you certainly can. I think you need to enable editing these configurations but it certainly is possible with some tinkering 🙂

9 months ago
0 Hi, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

I'm afraid you can't do that. Each user has his own workspace and users join to that workspace. If you would like to have a new 'owner' you would need to add your users to that new person's workspace

one year ago
0 Hello All

I've never worked with JupyterHub and have little experience with notebooks. What does it do in relation to notebooks?

2 years ago
0 Hi All, How Can We Clear The Local Dataset Cache In Clearml?

Hi @<1587615463670550528:profile|DepravedDolphin12> , your cache is defined by your clearml.conf you can see where it points and delete that folder 🙂

one year ago
0 Hello ! When Running

Check the environment variables, maybe test with export maybe there's some env var hiding there 🙂

2 years ago
0 Hey, I Reached The Stored Metrics Limit, Deleted Experiments But The Metric Storage Didn'T Clear At All. How Can I Clear It? Thanks In Advance!

Usage quote is calculated a few times a day. The new stats should be reflected in a few hours

2 years ago
0 If I'M Using A Drive Mapping To Save Files Is There Any Easy Method/Hack That Would Allow Me Having Different Base Mappings On Different Machines?

HelplessCrocodile8 Hi!

What do you mean exactly by "drive mapping to save..." ? are you referring to upload artifacts ? are those models ? data?

3 years ago
0 Hi Guys, I Am Having Some Trouble Running Some Training Scripts With The Agent Functionality:

Hi ShallowGoldfish8 , what versions of ClearML & ClearML-Agent are you using?

2 years ago
Show more results compactanswers