Reputation
Badges 1
Eureka!maybe this can be reported as a plot instead of scalar. this way you can build the plot as you like
in network tab filter for events.get_task_plots
on chrome instead of Response open the Preview Tab
Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?
Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?
Hi Manish, did you check our FAQ?
DepravedSheep68 did you try curl
http://localhost:8080 from the instance?
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.
1.9.2 with a fix should be released, I think today, let me check
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?
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.
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
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 JitteryCoyote63 ,
which version of http://clear.ml are you using?
@<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.
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
logically that doesn't make sense, iteration is a different scale then time. these values are indeed hard coded
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.
just wanted to update, the root cause is python JSON dump, creating non standard JSON strings. a fix will be released soon.
Hi FunnyTurkey96
can you please tell what was in the error "More Info"?
and if there are any relevant errors in the browser console, open it with F12, and select the console tab.
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
@<1531445337942659072:profile|OddCentipede48> that's deliberate, URL contains experiments page preferences to give the user an easy method of sharing his current view. you can either update the link to the page with the updated choice or remove all table info from the URL (everything after the experiment ID) and they will be restored from the BE.
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
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, @<1638349756755349504:profile|MistakenTurtle88>
we already addressed most of these issues in 1.12 and 1.13.
I suggest upgrading.
and did you see any error in the browser console (F12)
which port are you running clearml of?
Hi @<1590514584836378624:profile|AmiableSeaturtle81> self hosted S3 service must specify the protocol (http/https) and port, even for the default ones (80 / 443).