Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago
Is there an option to make trains-agent create experiment virtualenvs with --system-site-packages parameter?
5 years ago
I am using tasks = Task.get_tasks(project_name='project', task_name='partial_task_name_here') to retrieve my experiments metadata for analysis. I want to exp...
4 years ago
Hi, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
3 years ago
Hi everyone, I’m facing the issue that when archive and remove my project (including tasks, datasets), I still seeing that data in my MinIO server. Is this a...
2 years ago
Is it possible to have Task.get_tasks() with allow_archived=False ?
3 years ago
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
5 years ago
Hi all - I have a large dataset and have preprocessed it and saved each item in .pt files, which are loaded using torch.load in my Dataset . The issue is tha...
11 months ago
Hi everyone! I’ve been using clearml-agent for a while and it’s been great, mostly we’ve been running our tasks in docker mode. Now we need to run a task in ...
2 years ago
Hi I am creating a custom image dataset and does anyone know how to upload files into remote uri (S3) without compressing the data? from clearml import Datas...
one year ago
is it possible to perform debugging operations with pycharm integration using remote session?
3 years ago
Can clearml-server connect to elasticsearch via https endpoint? I see no option for that and ECK only deploys with https.
4 years ago
Hello, everyone. I have a model, and in preprocess.py , I have included some print statements. I'm curious to know if it's possible to view these print outpu...
one year ago
Is there any way to, like, load-balance automatically? Like, on the user end can I just specify an amount of GB I think I will need, and it goes and picks a ...
4 years ago
Hello everyone! I'm trying to deploy online model with clearml-serving. For this model, there is a need to process incoming requests in a queue because the m...
one year ago
hello, i have a general question about data versioning using ClearML. When lets say that my parent dataset has 100 files, and that I create a child dataset f...
2 years ago
None The link to the script is broken, script in the repo is named matplotlib_manual_reporting.py
4 years ago
If I am using the demo servers, do I need to do something special to use report_image ?
5 years ago
Hi Team,May i get any reference to check on model drifting and how we can automate this for retraining of model
2 years ago
Hi there, I've encountered a problematic behavior in python. When defining an argument a default value of None connecting to trains server then copy the task...
5 years ago
hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
2 years ago
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
2 years ago
Hey everyone, should a self-hosted ClearML server be stopped before backing up? Are there any risks to backing up (i.e. tar ring /opt/clearml/data ) when the...
2 years ago
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
one year ago
Hi, Thank you so much for your awesome product! But I have one issue, please tell me how to fix it: I deployed clearml-server on a corporate virtual machine....
2 years ago
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
8 months ago
Yesterday I executed an experiment in our hosted clearML cluster. After the experiment was finished, we got an AWS guard duty notification about suspicious o...
3 years ago
Hi, Is it still true that --services-mode only supports docker mode?
4 years ago