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

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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)?
5 years ago
0 Hi

Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?

2 years 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

2 years ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

can you make sure in users table you can see the pending invite?
and on the invited account you see the invite under the user menu (top right corner)?

2 years ago
0 Hi Team, Recently I Cloned Your Updated Clearml-Web Angular Code And Tried Running My In Laptop But It Is Showing Server Unavailable.

Hi @<1533257278776414208:profile|SuperiorCockroach75> I've taken a look at proxy.config.js and it points to a now deprecated trains server (clearml predecessor).
you should update the URL to your own server

2 years 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.

3 years 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

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

Hi Luaks,
clearml serve the system for paying customers using AWS services and not through Nginx. so I don't have an example config to give you.
maybe this answer on SE can help you map the exposed ports of webapp, API and fileserver to app.domain.tld api.domain.tld and files.domain.tld
None

one year ago
one year ago
0 How Can I Start The Clearml Server After Creating Ec2 Instance From Ami? Running

if you get a response while on the instance from localhost, but not from the outside, it usually means the machine IP is not exposed to the outside world.

3 years ago
0 Hi There. I Have My Own Clearml Server Working On

FYI we use the port to distinguish between AWS and local S3

3 years ago
2 years 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

2 years ago
0 Hello Everybody, Did Anybody Experience Problem Where In Clearml Web Ui You Customize Columns (Remove Some, Add Metrics, Etc..) They Just Reset Randomly After Some Point? Sometimes On Every Page Refresh. It Gets Quite Annoying To Add Metrics All The Time

@<1531445337942659072:profile|OddCentipede48> that's deliberate, URL contains experiments page preferences to give the user an easy method of sharing his current view. you can either update the link to the page with the updated choice or remove all table info from the URL (everything after the experiment ID) and they will be restored from the BE.

2 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.

2 years ago
0 Hi, I Have A Problem Of Showing Images And Artifacts In The Web Ui. We Get Unauthorized (401) When Loading The Plot Page Of A Task. It Almost Like

the fact you have X-Amz-Date in the url tells me the code passed the check here but might not pass this condition or something went wrong in the [rewrite function](https://github.com/cle...

3 months ago
0 Hi, I Updated To Clearml-Server 1.4.0 And I Am Uncomfortable With The New Table/Detail View, Is There A Way To Disable It And Use The Previous One (On Click -> Open Details)?

yes, we know the implementation isn't prefect, we have some issues with unselect, since it works peaty much the same in Gmail, we felt it was good enough

3 years ago
0 Hi All, I Am Developing Clearml-Web. When I Checked The V1.10 Code, It Seems That The Reports Screen Cannot Be Opened Due To The Error "

@<1557537273090674688:profile|ThankfulOx54> can you please post the UI and BE versions as they show up in the bottom of the settings page?

2 years ago
0 Any Ideas

Hi Igor, profile is an old path, /settings/profile replaced it.
how did you navigate to it?

3 years ago
Show more results compactanswers