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, 155 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
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 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?

Hi @<1546665634195050496:profile|SolidGoose91> , I guess you are referring to scalars, we have 3 options for X axis, from the settings menu choose "Wall time" which is the closest to epoch, though it is going to normalize the clock to local time

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 Hi, On Clearml-Server 1.5.0, In Scalar Graphs, The New Default Value Is “Show Closest Data On Hover”. Would It Be Possible To Make It Automatically Set To “Compare Data On Hover” When Comparing Multiple Experiments?

I'm not too fond of many user configurations, it's confusing.
however, clearml is open source, nothing stops you from adding the code and sending a PR

3 years ago
0 Hi All, I Think Their Is A Ui Bug. When Trying To Add Experiment To Compare:

as a work around you can add and remove experiments from another tab in compare or in project experiment list.

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

the bug is during creation of S3 bucket credential creation. you can manually fix the URL in settings -> Configuration
under WEB APP CLOUD ACCESS find the right Host (Endpoint) field and add the missing colon.
we will release a fix to 1.9 soon.

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?

logically that doesn't make sense, iteration is a different scale then time. these values are indeed hard coded

2 years ago
0 Hi Guys

Hi Ryan, just wanted to update, we found a performance issue with a 3rd party library we use for a detailed compare of text. we added a limit on advanced compared, so the UI won't get stuck. the fix should be included as part of the next server release.

4 years ago
one month ago
0 We Have This Issue With Our Oss Deployment: One Azure Container App For

one thing I can think of is nginx default client_max_body_size
limit
None
800KB is about 1MiB
can you try altering nginx configuration in the running web instance and reload the new config?
nginx -s reload

one month 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:

I'll need to check how to configure the UI for this type of deployment as the UI has just a few configurations it can guess the files server URL from.

one year ago
10 months 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

I'm starting to remember, stuff we wrote a long time ago.
we intended the rewrite only for plot background images, because of the way plotly fetch images. on regular cases, like debug samples the cookie should be sent with requests to the files server because it's on the same sub domain as the api and the app.
can you make sure the cookie domain rule allows for this

one month ago
0 We Have This Issue With Our Oss Deployment: One Azure Container App For

can you make sure the change to client_max_body_size was applied with nginx -T ?

one month ago
Show more results compactanswers