
Reputation
Badges 1
Eureka!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?
Hi @<1523702496097210368:profile|ScantChimpanzee51> , is clearml self hosted and if so, is it on a non secure (HTTP) server?
AgitatedDove14
in the browser a NaN will crash JSON.parse(), so we don't have them on graphs.
Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?
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 JealousSealion33 ,
these are relative paths to the base of the site.
please try to change <base href="/">
in index.html to the path of your sub folder.
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
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?
UnevenDolphin73 do you see a "Session expired" message on the top right in these scenario?
the bug is during creation of S3 bucket credential creation. you can manually fix the URL in settings
-> Configuration
under WEB APP CLOUD ACCESS
find the right Host (Endpoint)
field and add the missing colon.
we will release a fix to 1.9 soon.
I think so, I guess you're using chrome
Hi @<1791277437087125504:profile|BrightDog7> did you see this explanation?
None
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
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.
UpsetWalrus17 did you mean to have a server that queries data from cleaml API server?
in this case, take a look at https://clear.ml/docs/latest/docs/references/api/index
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
maybe this can be reported as a plot instead of scalar. this way you can build the plot as you like
WearyBaldeagle85 you need to navigate to the plots tab
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?
one thing I can think of is nginx default client_max_body_size
limit
None
800KB is about 1MiB
can you try altering nginx configuration in the running web instance and reload the new config?nginx -s reload
can you try running the curl request from within the web container?
yes thanks, that would be very helpful
i'd focus on nginx or whatever azure infra you have between nginx and the client.
can you make sure the change to client_max_body_size was applied with nginx -T
?
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
for reference this is the cookie we set on our community server
FYI we use the port to distinguish between AWS and local S3
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.
logically that doesn't make sense, iteration is a different scale then time. these values are indeed hard coded