
Reputation
Badges 1
Eureka!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.
Hi, you mean not from the root path of the server?
probably need to sethovermode = 'x'
in layout
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
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
can you open devtools (F12) and look for the events.debug_images
response in the network tab?
can you maybe add a screenshot where things are broken, so I'm sure we are on the same page?
API server isn't aware of fileserver location, it's clearml-data responsibility to write the correct path in the server.
I meant where clearml-data is running, so when you upload images to your version, it set the right url
if the UI can't guess the location of fileserver, you can follow the instructions here, to let it know what it is
None
did you set apiBaseUrl
to something else in a private build or through webserver environment variables which set configuration.json file?
I'm looking for the url of the image coming from the api server
192.168.1.83 is a local network address, is it accessible from your browser?
where exactly the webserver provides you with the URL with localhost in it
@<1533257411639382016:profile|RobustRat47> I was told that Github accounts are private by default, and won't pass the user's email to the newly created user in clear.ml
I'm not sure if logging in with a different provider like google will update the clear.ml user email, but it's worth a try to logout and login again with another SSO provider
can you please also report in github so we have an item to follow once the fix gets released?
https://github.com/allegroai/clearml-web/issues
can you please add the versions, found in the bottom of the settings page?
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.
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.
thank you @<1705029129084080128:profile|SmoothPigeon36> glad to hear you enjoy ClearML.
I believe we identified the source of the problem, and working on a bug fix.
Hi ResponsiveRabbit81 , are both resources on the same protocol security level http/https?
Hi @<1705029129084080128:profile|SmoothPigeon36>
we found out that unintentionally, debug sample will display up to 3 images with the same iteration/metric/variant. which was not the initial intent. while image viewer support 1 image per this combination.
I have 2 questions.
- can you confirm that this is indeed the issue in your case.
- and if so, was reporting more than 1 image for the same combination intentional?
for reference this is the cookie we set on our community server
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?
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
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
JitteryCoyote63 the fix should be release with clearml version 1.2