Hello all, i am trying to make clearml store the output(model) to minio by setting the output_uri. task = Task.init(project_name='MNIST', task_name='Tensorfl...
4 years ago
Hello all, I setup ClearML on an EC2 instance using the community AMI. I have pointed a domain to the instance. Now how do I setup for SSL? I can’t seem to f...
4 years ago
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
4 years ago
I am working on versioning my data with clearml-data. I have clearml server deployed on one machine and on another machine I have my clearml.conf setup to us...
4 years ago
Hi, is there a way to get the plot that exists in the tab results->scalars into my notebook ?
4 years ago
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
4 years ago
Hi all! I noticed when a pipeline fails, all its components continue running. Wouldn't it make more sense for the pipeline to send an abort signal to all tas...
4 years ago
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
4 years ago
Is there any difference in: args = task.connect(args)vs task.connect(args)I've seen both in the documentation
4 years ago
Currently, I’m manually tracking multiple output models at the end of the training process model_paths = list(Path(checkpoint_dir).absolute().glob('*')) for ...
4 years ago
Dear Clearml Team! I have experiments running with your tool, and displaying images in the "DEBUG SAMPLES" section. After few iteration, it stopped showing i...
4 years ago
Hi! I am implementing a cleanup service. After completing several training tasks, I am only interested in the trained models and some artifacts resulting fro...
4 years ago
Is there a way to use the scalar smoothing when opening the "Maximize Graph"?
4 years ago
After saving models during training I cant reuse the same task to continue training Is there any way to continue task even though there are models saved? Alt...
4 years ago
Hi! I have some agents on GCP. Lately I have been getting some experiments that simply stop running (no signs that the experiment crashed). Here is a plot th...
4 years ago
I have some code that launches ML tasks and it accepts a YAML file, .env file and various CSVs. What would be the best way to upload these to a clearml task ...
4 years ago
Hi, just want to report a small bug in the clearml dashboard: after queuing an experiment, if I change the experiment queue, then go back to the experiment I...
4 years ago
Hi, another bug to report with the aws_auto_scaler using 1.1.2: Traceback (most recent call last): File "aws_autoscaler.py", line 297, in main() File "aws_au...
4 years ago
Hi! I noticed a bug related to reusing the same component in a pipeline. I have prepared a mock example so that you can reproduce it: from clearml.automation...
4 years ago
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
4 years ago
Hi, I attached an IAM role to an ec2 instance to grant access to an s3 bucket. The ec2 instance is running a clearml-agent (v1.1.0). I didn’t specify any key...
4 years ago
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
4 years ago
Hey there, I see that in the autoscaler configuration, the queues param accept dictionaries with values of type list of lists (see eg below.) What does it me...
4 years ago
Hi, a small bug (not really a bug) in the autoscaler: I have p3.2xlarge instances that take a long time to shutdown. With polling_interval_time_min=1 , the a...
4 years ago
Hi, We are hosting a ClearML Server on EC2. Sometimes, we upload artifacts (models, data, etc.) to ClearML Server; however, we don’t want to keep some files ...
4 years ago
Hi all, Is there any way to know the upload status of an artifact so that once the upload is completed another action can be performed? I am using a temporar...
4 years ago
Hi guys for the AWS auto-scaler I need to access aws ssm or create .env file locally when using the init script. Has anyone done this?
4 years ago
Hi all, I installed clearml server on a separate Linux server with docker-compose and tried to do clearml-init however getting HTTP 403 on credential verific...
4 years ago
I'm trying to implement a cleanup service by following this example https://github.com/allegroai/clearml/blob/master/examples/services/cleanup/cleanup_servic...
4 years ago
Hi all. Can you please help me. Is it possible when using docker to not install virtual env? I am using Kubernetes Glue. Found only such a piece of code abou...
4 years ago