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

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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 Hello There, Is There Any Option To Run Clearml Behind Nginx Reverse Proxy?

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

one year ago
2 years ago
3 years 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)?

Thanks JitteryCoyote63 , we'll try to find the time for the effort to improve this behavior.
in the mean time, maybe open a ticket here https://github.com/allegroai/clearml-web/issues so maybe someone from the community might help.

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

clearml docker doesn't setup a SSL, you will have to do that in your own nginx configuration probably for each server section that expose clearml services as a subdomain. see:
None

one year 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 "

Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10

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.

3 years ago
3 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 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
0 Migration Clearml 1.5.0 -> 1.8? -> 1.9?

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

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.

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

thanks, this issue might be related to github login, we're investigating

2 years ago
0 Hi Guys

Hi Ryan,
we are more interested in the last tasks.get_all_ex query,
clicking the "XHR" filter, would make it easier to find.
It would be very helpful if you can share the response with us maybe on a DM, by right clicking the network entry in the table, copy -> copy as curl

3 years ago
0 I Installed My Own Clearml-Server And Things Seems To Work Fine, But When I Delete An Experiment (I First Archived It Using Web Interface Popup Menu) Then Delete It Using The Web Inferface Popup Menu In Archive View)... Experiment Disapears From Web Inter

it might be an issue in the UI due to this unconventional address or network settings, before you try this again, can you open the browser devtools?
the console and network tabs should give us more insight

2 years ago
Show more results compactanswers