Reputation
Badges 1
186 × Eureka!yeah, it works for the new projects and for the old projects that have already had a description
docker mode. they do share the same folder with the training data mounted as a volume, but only for reading the data.
awesome news 👍
more like collapse/expand, I guess. or pipelines that you can compose after running experiments to see that experiments are connected to each other
I updated S3 credentials, I'll check if they work later
it doesn't explain inability to delete logged images and texts though
sounds like an overkill for this problem, but I don’t see any other pretty solution 😃
what if cleanup service is launched using ClearML-Agent Services container (part of the ClearML server)? adding clearml.conf to the home directory doesn't help
we're using os.getenv in the script to get a value for these secrets
parents and children. maybe tags, maybe separate tab or section, idk. I wonder if anyone else is interested in this functionality, for us this is a very common case
thanks! I need to read all parts of documentation really carefully =) for some reason, couldn't find this section
self-hosted ClearML server 1.2.0
SDK version 1.1.6
okay, so if there’s no workaround atm, should I create a Github issue?
not necessarily, command usually stays the same irrespective of the machine
that's right, I have 4 GPUs and 4 workers. but what if I want to run two jobs simultaneously at the same GPU
yeah, that sounds right! thanks, will try
hard to say, maybe just “related experiments” in experiment info would be enough. I’ll think about it
original task name contains double space -> saved checkpoint also contains double space -> MODEL URL field in model description of this checkpoint in ClearML converts double space into single space. so when you copy & paste it somewhere, it'll be incorrect
yes. we upload artifacts to Yandex.Cloud S3 using ClearML. we set " s3://storage.yandexcloud.net/clearml-models " as output uri parameter and add this section to the config:{host: " http://storage.yandexcloud.net "key: "KEY"secret:"SECRET_KEY",secure: true}
this works like a charm. but download button in UI is not working