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

3 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 I Am Doing Port Forwarding Of Ports From Localhost Clearml Server In Ec2 Instance To The Ports In Laptop Locally. I Am Able To Login To The Server And Generate The Credentials But I Am Not Able To Create Task

port forwarding is an unconventional setup, and inconvenient 1. you should configure a public address.
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami has some info and links.

for a more secure option I'd follow this guide to create a user/password environment https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication
and use AWS ELB to securely expose the 3 services though it.
you can then configure your client wit...

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
one month ago
0 Are There Any Tips For How To Set These Boxes In The Profile For Access To

Hi Ed,
when you try to view a resource from azure on the UI (debug samples), a popup will appear, asking for credentials, in this case azure query string. it will fill the rest of the fields you see in profile automatically.

4 years ago
0 Hi, I'Ve Tried To Plot Some Images To Debug Samples But I Can'T See Them Through Ui In Chrome. It Works In Firefox, But Chrome (96.0.4664.45) Logs Message

sorry for the delay ResponsiveRabbit81
unlike AWS where the UI would rely on key and secret to sign a S3 resource, in google storage, the UI expects a GS cookie, which is available after signing in to GS. are you signed in to GS in both Firefox and Chrome and can view the resource in GS console on both browsers?

3 years ago
0 Any Ideas

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

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

Thank you Ophir, managed to reproduce on our environment. we'll work on a fix.

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

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

3 years ago
0 Hello

Hi @<1523701977094033408:profile|FriendlyElk26> , it indeed seems the last build is missing this fix.
we'll try to find the time to rebuild and release a new one.

11 months ago
0 Hi

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

2 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
0 Hi Everyone! I'Ve Been Using Clearml For A While And I Love It, But I Recently Noticed A Strange Issue. From The "Debug Samples" Tab, Where I Can See Some Training Samples From My Dataset, When I Click On Some Thumbnails The Image I Can See Does Not Match

there is no limitation reporting the same images on different iterations. what we think might be the issue that multiple images are reported with the same iteration + metric + variant, using report_image
can this be the case?

one year ago
Show more results compactanswers