SmallDeer34 , great, thanks for the info 🙂
Hi @<1523701842515595264:profile|PleasantOwl46> , you can use users.get_all
to fetch them - None
OddShrimp85 Hi 🙂
I think ClearML detects the packages that were in use during the script's run. Regarding the global packages, that's what the docker image is for, so it all comes pre-installed
GiganticTurtle0 , I tried running the same script as before and added dataset.get_local_copy()
at the end and it managed to work fine. Do you have any other changes? Are you on the latest repo code?
What do you mean? How are you running the pipeline - locally or remotely?
@<1715538373919117312:profile|FoolishToad2> , I think you're missing something. ClearML backend only holds references (links) to artifacts. Actual interaction with storage is done directly via the SDK, aka on the machine running the code
Yep, although I'm quite sure you could build some logic on top of that to manage proper queueing
GiganticTurtle0 , I managed to reproduce and make it work once. Let me take a look
Hi @<1570583237065969664:profile|AdorableCrocodile14> , is it possible you have some models inside?
It's a fairly new feature, basically you can take any plot/graph/debug sample in the system and embed it into the report which is edited in markdown. Mouse over and graph or plot and you'll see an orange button that will allow you to embed the plot
Hi EcstaticBaldeagle77 ,
I'm not sure I follow. Are you using the self hosted server - and you'd like to move data from one self hosted server to another?
Hi @<1544853688374267904:profile|ResponsiveAnt93> , what do you mean by can't download packages? Usually the agent will try to get the version specified in the 'installed packages' section. If no version is specified it will try to download the latest available.
Is it possible you're running an OS that doesn't support high package versions?
I don't think so, but it's worth to try 🙂
In the installed packages, try removing the version for imageio (Is this a private package?). This looks like the environment (OS/Python version) doesn't support the specific package OR the package is inside a private artifactory
@<1556812486840160256:profile|SuccessfulRaven86> , what is the base docker image you mention? Did you check that this docker has python 3.9?
Hi @<1556812506238816256:profile|LargeCormorant97> , I think you would need to go deeper and investigate each docker's environment and see what is run inside each container and what is the entrypoint since there are several containers each in charge of something else.
Is there a specific reason you need to deploy it without docker?
Hi @<1523701083040387072:profile|UnevenDolphin73> , you're using a PRO account, right?
Just so I understand the scenario - You're using Minio (I assume no special configs) and when saving debugs Minio all the files are there but in the UI you can't view it, correct? How did you save debug samples to Minio - by default they are always saved to fileserver?
Try running the following script
from clearml import Task
import time
task = Task.init(output_uri="
")
print("start sleep")
time.sleep(20)
print("end sleep")
Please add the logs
Also I think it should start with None
Hi @<1556812486840160256:profile|SuccessfulRaven86> , can you please add an example configuration that reproduces this?
Hi NuttyCamel41 , what kind of additional information are you looking to report? What is your use case?
Hi @<1709740168430227456:profile|HomelyBluewhale47> , you can set it in clearml.conf
of the agent in agent.extra_docker_arguments
and there you can pass your secrets as env vars
Hi DelightfulElephant81 , you mean if you can self host ClearML yourself?
You can restore these tasks by copying or moving them from task__trash into task collection. But the events for these tasks cannot be restored. About the user who deleted them unfortunately ClearML does not record this info in Mongo and without logging to ES there is no place to retrieve it (I can suggest using Kibana to monitor ES). You can try to inspect the mongo collection url_to_delete. It contains all the links from the deleted tasks that should be removed from the fileserver. If you se...
Hi @<1535069219354316800:profile|PerplexedRaccoon19> , not sure what you mean. Can you please share the full log, a screenshot of the two experiments and some snippet that re-creates this for you?
Hi @<1544853695869489152:profile|NonchalantOx99> , can you please add the full log?
What do you mean by public to private mongo? @<1734020208089108480:profile|WickedHare16>
In the UI check under the execution tab in the experiment view then scroll to the bottom - You will have a field called "OUTPUT" what is in there? Select an experiment that is giving you trouble?
Hi @<1523701260895653888:profile|QuaintJellyfish58> , there is no way to see it. However, you can add visualization on top of a dataset using the Logger module and then compare those