EnviousStarfish54 - we identified the issue, and will fix it for the next release
@<1681836303299121152:profile|RoundElk14> - thanks for the info.
app.clear.ml is the correct server
app.allegro,ai is an older demo server that should not be used. Do you know where you found the link to that - so that we can remove it?
Hi SmallBluewhale13 - can you go to http://<your ip>:8080/version.json and copy what you get?
Hi @<1570583227918192640:profile|FloppySwallow46> . We've update the rate limits. Can you please check if the issue is still occurring?
Do you still get the new version notification?
NutritiousBear41 - I'm currently checking what can cause this. Will get back to you shortly
@<1529271098653282304:profile|WorriedRabbit94> - I will have someone from the team check which experiments are consuming the storage
@<1564060248291938304:profile|AmusedParrot89> - let me check this and get back to you
MotionlessMonkey27 - was this resolved?
@<1571308003204796416:profile|HollowPeacock58> - there indeed an issue with connectivity to the payment service. I'll update when it is resolved
@<1523701790044852224:profile|FreshParrot56> - Indeed a bug. We will fix this in the upcoming version - due in a few weeks
Hi @<1526371986278715392:profile|VivaciousReindeer64> ,
I replicated your environment, and found the following solution:
- In the docker-compose, add the following to the webserver section:
volumes:
- /opt/clearml/config:/mnt/external_files/configs
- In the host machine, create a file
/opt/clearml/config/configuration.jsoncontaining the following:
{
"displayedServerUrls": {
"filesServer": "
"
}
}
- restart the docker-compose: `sudo docker-...
sudo docker logs clearml-webserver
@<1574931903440490496:profile|CrookedBear44> - if you logged in with email - you can also login with one of the other options available in the log in page.
To reset your email's password please do the following:
- Go to the login page ( None )
- Press
Continue with Email - Go to
Log Intab - Press
Don't remember your password - Fill your email and press
SEND EMAILPlease make sure to check your spam folder
Let me know if you need any help.
Hi CooperativeFox72 . Thanks for reporting this issue.
Can you add the following information:
Is this on the hosted community server ( http://app.community.clear.ml ) or a server that you installed? If this is a server the you installed locally - which server version are you running Which browser, and what resolution are you using?Thanks,
Oren.
Hi DepressedChimpanzee34 . Thanks for the info.
Plotly animation is currently not supported in the web app. We're looking into adding this into a future version. Can you describe the use case of animations in your system?
Make sure restart the compose ( docker-compose up -d )
Hi DepressedChimpanzee34 .
Currently supporting plotly animations is not planned for the upcoming versions. I would suggest opening a feature request in github, or add it to the UI change request thread: https://github.com/allegroai/clearml/issues/81 .
Thanks,
Oren.
@<1585078752969232384:profile|FantasticDuck7> - you can set
WEBSERVER__displayedServerUrls={"apiServer":"<apiserver address>","filesServer":"<filesserver addess>","webServer":"<webserver address>"}
This should affect the display of the credentials screen
NastySeahorse61 - can you check if this was updated? What does you usage page say?
Looking at the 2nd image you sent, I see that in addition to "services" queue, you also have queues called "training" and "training*_2" - and the experiments you circled is in the "training" queue. In that image - there are no experiments in the services queue.
If you press on the "services" queue (like you did in the first image) you can view the experiments in the queue and the workers. Can you check if there is a situation where there are tasks pending in that queue while one of the work...
Hi @<1526371986278715392:profile|VivaciousReindeer64> - please try this file:
@<1529271098653282304:profile|WorriedRabbit94> - I assume the issue is related to the to autoscaler instances that were running for a long time and produced a lot of logs. Please try the following:
@<1526371986278715392:profile|VivaciousReindeer64> - I'll check it on my env
you can re-direct it to a file or just copy with the clipboard
@<1526371986278715392:profile|VivaciousReindeer64> - I added this and it worked:
- WEBSERVER__fileBaseUrl="
"
Maybe the quotes are required.
SmallBluewhale13 - plot comparing only shows the last iteration, where as the individual info screen displayed the last 5 iterations. Could this explain the issue?
DrainedHippopotamus42 - once you send more metrics, the calculation will be correct. The problem only occurs when you delete all the metrics.
AbruptWorm50 - the agent poll the queue, so any free agent can pull tasks. From the graph on the right, it looks like experiments were not waiting in the queue (max experiments is 1, and it was immediately pulled). Can you also check what happens if two experiments are enqueued at the same time?
NutritiousBear41 - If the problem still occurs - I would like to see i this is a caching issue. Can you please try the following:
Open developer tools (F12) and go to network tab Locate the last call to version.json (this occurs every few minutes so you should see it at the bottom) Right-click and select Edit and Resend On the right side - look at the Request Headers and remove the 2 lines starting with "If-Modified-Since:" and "If-None-Match:" (probably at the bottom) Press send