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

@<1572757572547514368:profile|GiddySnake50> do debug sample images stored in that bucket show up correctly on the debug samples tab?
I'm trying to understand if S3 assets signing works correctly.

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

for the plot background image to work the UI needs to rewrite the file path from clearmlfs.mydomain to clearml.mydoamin/files this is done based on WEBSERVER__fileBaseUrl value
can you check in the browser devtool, on the network tab if the rewrite happened

3 months ago
0 Hi Everyone, I Use Clearml Online, But There Is A Render Issue On The Hyperparameter Parallel Coordinates Mode. The Links Are Not Showing Off. This Error Persists Through Different Browsers. Any Idea If This Is Solvable ?

I think I figured it out, the reported parameters contains dots in their name like steering_arguments.noise_max which exposes a bug in our code.
we'll work on a fix for a future version, but for now if you can replace them with some other character it should work

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

5 years ago
0 Hi Fam! Sorry For The Potential Dumb Question, But I Couldn’T Find Anything On The Interwebs About It. I’M Hosting A Clearml Server On Aws, Using S3 As A Backend For Artifact Storage. I Find That Whenever I Delete Archived Artifacts In The Web App, I Get

Hi QuaintPelican38
We already tried to implement deleting S3 resources in the UI but got blocked by CORS.
we will implement deleting these resources through the server in a near version.
in the mean time you can use the SDK to delete entities with their artifacts.

3 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

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

3 months 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.

3 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

can you please make sure the configuration got to the right place and see if you have the expected value for fileBaseUrl in

clearml.mydoamin/configuration.json
3 months ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

Hi @<1533257411639382016:profile|RobustRat47> can you make sure the invite mail and the signup mail are the same?

2 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
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 year 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
Show more results compactanswers