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, 116 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
996 Views
0 Votes 3 Answers 996 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 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.

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

2 years ago
0 Any Ideas

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

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

one year ago
0 Having Trouble Comparing Between 2 Experiments.. Any Ideas Why? The Files Are Not Too Big (Have About 5 Plots And A Small File As An Artifact)

Hi CloudyHamster42 , we have identified the cause for this issue and currently working on a fix for the next UI release

4 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)?

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

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

Hi @<1523701366600503296:profile|GentleSwallow91>
https None is not a valid URL.
you're missing a colon : after https

one year ago
0 Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

Hi @<1750327622178443264:profile|CleanOwl48> , it's not a cookie domain issue, when a P{lotly background image is set, Plotly used JS to fetch it, but it omits the cookie when the image and webapp are not on the same site.

we have a workaround, if you properly set the fileserver URL for webserver nginx it will redirect calls from /files to fileserver, and if the UI has WEBSERVER__fileBaseUrl set it will allow the UI to rewrite the call for the image through nginx reverse proxy.
t...

18 days 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.

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.

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

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?

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

2 years ago
0 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> self hosted S3 service must specify the protocol (http/https) and port, even for the default ones (80 / 443).

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

11 months ago
Show more results compactanswers