Is there any reason why doing the following is not possible? Am I doing it right? I want to run a pipeline with different parameters but I get the following ...
4 years ago
Hi all, is there an easy way to ping the server programatically? I'm just trying to see what is the default server that is set, and is it responsive
4 years ago
Hi guys, I hope this isn't a super dumb question but... how do I unpublish an experiment? I tried to archive it and then restore it, but no luck.
4 years ago
Hi, I tried download model from clearml.storage (from s3 bucket), but I got this error. err: [Errno 36] File name too long: Is there any way to fix this? Thanks
4 years ago
Hi, I just updated clearml to version v1.1.3. Right after launching a training pipeline, the system crashed due to the following error: Traceback (most recen...
4 years ago
Hi, are there any plans or already ways to deploy a pipeline with clearml-serving to triton? I would also be interested in the support of deploying pure pyth...
4 years ago
Hi, I have a question regarding the aws-autoscaler: am I understanding correctly that: max_idle_time_min=5 max_spin_up_time_min=10 polling_interval_time_min=...
4 years ago
Hi! I'm trying clearml 1.1.3. I'm trying to get a dataset with Dataset.get(dataset_id='my_id') . I get this error message: TypeError: clearml.task.Task.__get...
4 years ago
Hi! I'm with that f***ed up migration to a newer ClearML server version again. We did everything possible to carefully move all the data, but I still cannot ...
4 years ago
Random question (and possible suggestion): Does ClearML offer some kind of "forum" inside the web gui? For example, I'm thinking that different users might w...
4 years ago
Hi, I am experiencing issues when uploading artifacts to the Dataset task with ClearML version v1.1.4rc0. The problem is the artifacts are uploaded to the de...
4 years ago
Hi Hi, I have a UI question\suggestion, Seeing the total number of workers assigned per queue, is it possible? I am running multiple experiments and managing...
4 years ago
Hello, What exactly is the difference between the pip mode and the docker mode of the clearml-agent ? In the typical workflow shown in https://clear.ml/docs/...
4 years ago
Hi guys, if I spot issue with documentations, where should I post them? For now, I'll leave it (feel free to delete and/or move it somewhere more relevant). ...
4 years ago
So, I did a slew of pretrainings, then finetuned those pretrained models. Is there a way to go backwards from the finetuning Task ID to the pretraining Task ...
4 years ago
I am getting certificate warning when running ClearML: Certificate did not match expected hostname: updates.clear.ml. Certificate: {'subject': ((('commonName...
4 years ago
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
4 years ago
Has anyone been having issues with clearml-agent / security? Our internal workers have all shut down since yesterday morning. One worker is no longer accessi...
4 years ago
Hi, We have started to use clearml using the https://clear.ml/docs/latest/docs/deploying_clearml/upgrade_server_kubernetes_helm , and trying to understand ho...
4 years ago
Hi all Can you please tell me why I can't create new credentials? log in thread
4 years ago
Hi, I recently updated my clearml to 1.1.2 and a code that was working before now behaves completely differently: I am using the following to log debug sampl...
4 years ago
Has anyone used clearml-serving and successfully sent an inference request via curl? I'm having trouble trying to send an inference request to the keras mnis...
4 years ago
Hi everyone, I think it would be nice if startup_bash_script that takes in bash_script for the AWS autoscalers can be completely overwritten to input custom ...
4 years ago
hello everyone, when i look the clearml examples and add the datasets , it’s return Error: __get_tasks() got multiple values for keyword argument ‘tags’
4 years ago
Hi everyone, Has anyone use ClearML server with https successfully? I deploy ClearML AMI on an EC2 instance and use a Network LB to use SSL and direct https ...
4 years ago
When I upload and publish data to clearml-data, it says successful. Now when i try to get it using id, I get the following error. Error: __get_tasks() got mu...
4 years ago
Hi! I'd like to update Project Overview page (markdown section) automatically, based on experiment results. Kinda like Metric Snapshot feature, but with cust...
4 years ago
Hi! How to add files locally to dataset and then upload to a custom s3 location? The location should be specified within python code, NOT clearml.conf . defa...
4 years ago
Hello, we use clearml with a torch.distributed (DDP, on only 1 machine but with multiple process) training, and we found that clearml intercepts and changes ...
4 years ago