Are you using a self hosted server? Were the files written to some bucket/storage or directly to the fileserver?
What is the setup that they do the training on?
SmallDeer34 , just out of curiosity, how many in a single compare would be needed for your use case?
What is the version of the backend?
SmugSnake6 , can you open developer tools (F12) and see what happens when you try to delete this project?
After this passes - and you refresh the page even with the popup stuck in infinite loop - does the project get deleted? I think it might be a UI issue
My bad, should have asked you to go to Network as well to see if anything returns errors
Are you running a self hosted server?
Hi GentleSwallow91 , I would highly recommend upgrading to 1.9 as it brings new also a new major feature (as well as minor bug fixes). I'm not sure about DB migration - there might be one or two. I suggest taking a look at the versions in between 🙂
Hi ImmenseMole41 , so your issue is specifically when trying to download compressed csv files? You mentioned that the values are correct when downloading via the StorageManager. Do you get corrupted values somewhere?
Also, how are you saving these csv files?
DepravedSheep68 , Hi 🙂
Can you try connecting to the instance and checking on the state of the dockers inside?
This is strange. Can you take a look inside the apiserver and webserver docker logs to see if any errors pop up?
I understand. That's strange, column ordering etc should be stored in cookies per project. Maybe @<1523703436166565888:profile|DeterminedCrab71> , might have an idea
Hi @<1531445337942659072:profile|OddCentipede48> , can you please create a video reproduction?
JitteryCoyote63 what browser/os are you on?
Hi @<1523702932069945344:profile|CheerfulGorilla72> , it's possible. I see the web UI uses queues.move_task_to_front
.
I suggest using the webUI as a reference together with developer tools 🙂
Can you verify you ~/.clearml.conf
has proper configuration. If you dofrom clearml import Task t=Task.init()
Does this work?
StaleButterfly40 , alternatively you could use auto_connect_frameworks=False
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
So torch.save won't automatically save the model, however, you will not get the scalars/metrics automatically as well.
StaleButterfly40 Hi!
You could clone the original task and edit the input model of the new task as the output model of the previous task 🙂
So just rescaling the graph to see 0-1 is what you're looking for?
Can you export them somehow?
StaleButterfly40 , do the inputs/outputs have previews or are they just file links?
Because I think you need to map out the pip cache folder to the docker
Hi ClumsyElephant70 ,
What about# pip cache folder mapped into docker, used for python package caching docker_pip_cache = ~/.clearml/pip-cache # apt cache folder mapped into docker, used for ubuntu package caching docker_apt_cache = ~/.clearml/apt-cache
Hi @<1679299603003871232:profile|DefeatedOstrich25> , please add the full log of the run
Hi CheerfulGorilla72 ,
What are you logging? Can you provide a small snippet or a screenshot?