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
DeterminedCrab71
Moderator
1 Question, 106 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
615 Views
0 Votes 3 Answers 615 Views
Hi Maya, can you please copy the response for "events.get_task_plots" request from the network tab in the browser developer tools (F12)?
4 years ago
0 For Some Reason I Can'T Delete A Pipeline Projet, The Deletion Is Running Indefinitely. Is There A Way To Force The Deletion Of A Project Via The Apiclient?

Hi SmugSnake6 , thank you for reporting this issue.
based on the console error you posted I believe we managed to find and fix the issue.

one year ago
0 Hello! Tell Me Please, Is It Intended That Nan Values Are Converted To 0 When Logging? Upd: I See Nan In The Tensorboard, And 0 In Clearml. Upd2: Use V1.1.*

AgitatedDove14 CostlyOstrich36 CheerfulGorilla72
please note, NaN isn't part of the JSON spec. and only Python implementation of JSON supports it.
so you have to either convert NaN to 0, as we chose to do, or drop them.

2 years ago
0 Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

Hi FunnyTurkey96
can you please tell what was in the error "More Info"?
and if there are any relevant errors in the browser console, open it with F12, and select the console tab.

2 years ago
0 How Do I View Debug Samples Images In The Browser When The Output_Uri Is On Google Cloud Storage (

Hi @<1523702496097210368:profile|ScantChimpanzee51> , is clearml self hosted and if so, is it on a non secure (HTTP) server?

11 months ago
0 How Do I View Debug Samples Images In The Browser When The Output_Uri Is On Google Cloud Storage (

yes, browsers usually block accessing insecure data on secure site and vise versa

11 months ago
11 months ago
11 months ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

webserver docker is running nginx, you can mount other setting into the docker, like ssl certificates, and an 443 definition.
or you can start your own nginx and point the reverse proxy to the webserver docker exposed port.
if the reverse proxy uses a location other then root (like /clearml ), you will need more setting to get the UI to work form that path

4 months ago
4 months ago
0 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

Hi, you mean not from the root path of the server?

4 months ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

maybe this can be reported as a plot instead of scalar. this way you can build the plot as you like

one year ago
2 years ago
0 Hi Maya, Can You Please Copy The Response For "Events.Get_Task_Plots" Request From The Network Tab In The Browser Developer Tools (F12)?

just wanted to update, the root cause is python JSON dump, creating non standard JSON strings. a fix will be released soon.

4 years ago
0 Hi All, I Am Using A Self-Hosted Clearml Instance. I'M Exploring The Report Feature And Ran Into A Bug. Steps To Reproduce:

if you open the help menu on the top and click "clearml python package setup" then "create new credentials"
do you see the right value for files_server in the suggested config?

one month ago
0 I Use The

Hi SteadyFox10 , can you please check the API server respond to the UI requests, by opening the network tab of the browser developer tools(F12) ?

4 years ago
0 Any Ideas

credentials moved to workspace tab, but I get the feeling your API server is down

one year ago
0 I Hit A Issue That I Cannot See My Matplotlib Plot, But It Was Shown In The Panel. Any Idea?

Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?

3 years ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

I was just informed that the images for 1.9.2 were already released on Thursday, please test if the new version solve the issue for you and let us know.

one year ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

1.9.2 with a fix should be released, I think today, let me check

one year ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

Hi @<1523701366600503296:profile|GentleSwallow91>
https None is not a valid URL.
you're missing a colon : after https

one year ago
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

it might be a bug we already fixed, let me check

one year ago
one year ago
0 How Do I View Debug Samples Images In The Browser When The Output_Uri Is On Google Cloud Storage (

Hi @<1523702496097210368:profile|ScantChimpanzee51> , currently we rely on a GCP token to be available on this session. in your case a private windows is a new separate session.
we consider signing GCP resources similar to AWS, in a future version

9 months ago
Show more results compactanswers