Another question: Is it possible to read the dependencies manually from a conda environment.yml? It seems like clearml is not able to fetch the dependencies ...
4 years ago
Hey everyone, when uploading with clearml-data it will print and save a lot of logs (multiple GB) because it prints the progress quite often. How can I make ...
3 years ago
If I want to setup SSL, I need a proxy like NGINX/Apache, right? And maybe if someone of the community has already setup SSL, can you help me. I have no expe...
3 years ago
Another question: How can I make clearml-agent use pre-installed version from the nvidia/pytorch ( https://docs.nvidia.com/deeplearning/frameworks/pytorch-re...
3 years ago
Is there a reason clearml will use the demo server when there is no ~/clearml.conf ? In my opinion this really has to be changed to throw an error instead. I...
4 years ago
Hi everyone, I tried to implement SSL support with NGINX and everything seems to work so far, but I get "The following artifacts could not be deleted". How c...
3 years ago
Hi everyone, is there an option to stop a ClearML agent gracefully, i.e. finish the current task and then, instead of accepting another task for execution st...
2 years ago
Another question: Is it possible to specify in which directory to save all the files that clearml-agent creates (e.g. cache files or results of the currently...
4 years ago
Hello everyone, does someone know whether it is possible to increase the height of the Results -> Plots? Hard to interact with 3D Plots currently since these...
4 years ago
Hi everyone, is there something like a clearml context manager to disable automatic logging? I use torch.save and torch.load to temporarily cache something o...
2 years ago
Is it possible to set default columns to show on the clearml-server web ui for every user?
2 years ago
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
2 years ago
Before I write an issue: Does someone else have to problem that with the latest clearml-server if you go to Detail View -> Results -> Debug Samples -> Change...
3 years ago
Hey everyone, I have another question: Is it possible to change agent config for each task? E.g. agent.package_manager.system_site_packages = true should be ...
2 years ago
Hello everyone, quick question: How can I specify that I want to run my task with python -O flag remotely?
2 years ago
Hey everyone, is it possible to set the fileservers in the auto-generated credentials of the users? I use MinIO fileservers and want to provide the url with ...
3 years ago
Anyone else experiencing that tasks that fail are not shown as "failed", but instead keep on running and hogging the clearml-agent?
4 years ago
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
3 years ago
Hi everyone, is there an option to not mount cache into the docker of an clearml-agent? E.g. datasets are downloaded into the docker and gone when the docker...
2 years ago
Hi, is there a summary somewhere that compares clearml to competing products such as Weights and Biases? Especially what features does clearml offer that jus...
3 years ago
How many people are actually working at AllegroAI/on ClearML?
4 years ago
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
4 years ago
Hello everyone! Maybe can guide me to the documentation for this. I want to access existing artifacts, e.g. model weights, that I saved during a task. I want...
4 years ago
Anyone here with any idea why my service tasks get aborted when going to sleep?
2 years ago
Hi everyone, I have a question that is not directly related to ClearML: What is the best way to start clearml-server and clearml-agents at startup of a Ubunt...
4 years ago
Hello, is there any option to run a docker image on a clearml-agent without ClearML or Python? I have a colleague who just wants to execute his docker on one...
3 years ago
Currently, to provide SSH access to the docker images for a task, .ssh is mounted into the docker. Wouldn't a solution like this https://gist.github.com/d11w...
4 years ago
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
3 years ago