Hi I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete only the logs in the "console" section in the UI. Is ...
2 years ago
Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
Hi all, What options do I have for setting up autoscaling queues on Azure? Anything else other than Kubernetes? And if going the kubernetes route is enterpri...
one year ago
Do I understand correctly that python versions must match between client (my mac, sends task for remote execution) and clearml-agent? I don’t really get how ...
Hello, I'm trying to install ClearML on my k8s cluster. I'm at the point of running helm install clearml-stg-2022-08 allegroai/clearml after that, if I try t...
3 years ago
Hi! I deployed clearml server along with jupyterhub on Azure K8s (AKS). The way it works is that every user is assigned a new pod that is spawned with a dock...
4 years ago
I'm trying to use store some data in clearml-data. Then I want to get it back elsewhere using dataset.get_local_copy. It returns a directory but I don't know...
4 years ago
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
Are there any tips for how to set these boxes in the profile for access to Azure Blob Storage using SAS? I can create a Shared Access Key (SAS) through the A...
4 years ago
If you use matplotlib and get several DEBUG messages, use can suppress these by: import logging #remove DEBUG warnings from matplotlib logging.getLogger('mat...
4 years ago
Is there a guide on how to deploy a services agent on a k8s setup? Specifically, with the CLI we use flags such as --services-mode --cpu-only , and I can’t s...
2 years ago
Hi I’m trying to schedule the tasks execution using clearml.automation.TaskScheduler But the task never starts execution, it always hangs in the ‘pending’ st...
one year ago
Hi there, I am hosting ClearML server (deployed into a k3s cluster via helm) and whenever pods in a replica set are restarted, they always enter an error sta...
2 years ago
Hi all, I have a question - is there a way to upload a local ( user local ) file to the pipeline as parameter? More specifically - I want the users to be abl...
2 years ago
I have a problem where my clearml doesn't pick up from uncommitted changes. It used to work for a long time, but now it is not working. What am I missing?
one year ago
I just encountered a really frightening bug. Best I can explain what happened was this: Data scientist created new venv, installed clearml==1.11.0 instead of...
2 years ago
Hi All, I am looking for documents, examples, etc. That show how to work with ClearML on a SLURM based HPC. At this point, I just want to see if ClearML can ...
2 years ago
And if Allegros trains doc on GitHub as well? I found some documentation are wrong and would like to make PRs along the way.
5 years ago
Hi trains community, I see that for the trains-agent you have a docker option, did you plan to have any other container system like https://sylabs.io/docs/ i...
5 years ago
Hi folks, I have a query on Clearml datasets for offline mode. Followed docs here on creation of offline dataset. However, I would like to create an offline ...
2 years ago
Hey, quick show of hands, who's seen T Guerre in our videos yet?
4 years ago
Hi, having issues uploading a large dataset ~130 GB. It is a single file, the upload gets stuck on compression for hours is there anyway to skip it? Smaller ...
one year ago
I'm using TRAINS Hyperparameter optimizer, as in this example: https://github.com/danmalowany/trains-examples/blob/master/image/hyperparameter_search.ipynb m...
5 years ago
Hey, I moved my trains-server to another machine, zipping the /opt/trains/data folder as described in the docs https://allegro.ai/docs/deploying_trains/train...
5 years ago
Hello everyone, I seem to recall a while back that support for Azure autoscaler was supposed to come later. However, looking at the applications tab, there i...
one year ago
Hi all, I'm having a problem where theclearml venv does not get the PYTHONPATH from local machine. this led to a very ugly and non-pythonic temporal fix usin...
one year ago
Hi! I'm building a model registry with ClearML and i can't figure out how to do model versioning: is there a way to set model versions and load specific vers...
2 years ago
Hi, I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda. How can I deal with this by runni...
2 years ago