
Reputation
Badges 1
Eureka!Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
thanks, this issue might be related to github login, we're investigating
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
@<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
AgitatedDove14
in the browser a NaN will crash JSON.parse(), so we don't have them on graphs.
Hi SteadyFox10 , can you please check the API server respond to the UI requests, by opening the network tab of the browser developer tools(F12) ?
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
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
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.
Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?
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
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 WearyBaldeagle85 ,
can you verify from the devtools network tab if clearml server send these graphs?
also, https
won't work, it's simple http
Hi, maybe this is related None ?
what version of ClearML are you using?
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.
which port are you running clearml of?
Hi @<1697419077955358720:profile|HappyAnt94> which server version are you using?
since 1.17 we automatically add a ?
if it's missing.
Hi @<1533257411639382016:profile|RobustRat47> can you make sure the invite mail and the signup mail are the same?
WearyBaldeagle85 you need to navigate to the plots tab
1.9.2 with a fix should be released, I think today, let me check
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...
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?
if you get a response while on the instance from localhost, but not from the outside, it usually means the machine IP is not exposed to the outside world.
Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?
just wanted to update, the root cause is python JSON dump, creating non standard JSON strings. a fix will be released soon.
I was just informed that the images for 1.9.2 were already released on Thursday, please test if the new version solve the issue for you and let us know.