Do you guys offer some hands on training sessions? I am thinking to organize such an event at our company.
3 years ago
Hi, Question regarding the command > clearml-agent list Were do you define the company and user that is running the Worker ? Looking at the https://clear.ml/...
3 years ago
Hi there. I'm trying to switch pipeline code from a local run using PipelineDecorator.run_locally()to a slightly-less-local run using PipelineDecorator.set_d...
3 years ago
Hi. I'd like to try the GCP autoscaler. What permissions does the service account that I provide to clearml need? (and what GCP API should I enable in the GC...
3 years ago
We are currently product-hunting for our MLOps infrastructure and ClearML, Kedro, MLRun are on our short list. How does ClearML compare to MLRun? One big dif...
3 years ago
How can one combine ClearML with other tools. The documentation does not provide much information on integration. I am particularily interested in combining ...
3 years ago
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
3 years ago
Hi guys Right now I prepared my experiment located in this notebook: https://console.paperspace.com/teuxeto02/notebook/r20w07lmjkk7mu9 (the notebook filename...
3 years ago
Hello dear community! Do you also experience that plots and scalars are not visible on clear.ml, whenever ======> WARNING! Git diff to large to store (824Kb)...
3 years ago
How would I go about adding multiple credentials in the autoscaler? (i.e. specify multiple sdk.aws.s3.credentials ) It's a bit odd that one would also have t...
3 years ago
Hello community! How i can add S3 credentials to S3 bucket in example.env for clearml-serving-triton? I need to add bucket name, keys and endpoint
3 years ago
Hi everyone! Does anyone know if it possible to change the DESCRIPTION entry in the INFO from inside the python script that initialises the ClearML task (ins...
3 years ago
Hi, I am creating task in my jupyterlab notebook. When I what to mark the task as failed, my kernel "appears to have died". from clearml import Task task = T...
3 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
Can we use S3 buckets to cache environments?
3 years ago
Hey everyone, I have an autoscaler configuration that runs different ec2 instances. I want the EC2 worker launched by the autoscaler could handle a bucket wi...
Hi everybody, I’m getting errors with automatic model logging on pytorch (running on a dockered agent). 2022-07-14 10:24:06,334 - clearml.storage - INFO - St...
3 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
Hello community. I'd like to try the AWS autoscaler (I actually prefer to try the GCP one but I think it's broken or, at least, I've failed to make it work s...
3 years ago
!! In remote execution, do agents inherit the config from the queue from which they pull the task?
3 years ago
Hi there, are there any plans to add better documentation/examples to clearml-serving ? I have my serving working with version 0.9.0, but I can't see any doc...
3 years ago
Hi there, is there a maximum number of plots (i.e. losses/scalars being logged during training)? I have an application with many different losses (about 200)...
3 years ago
Hi, I am giving another try to clearml-session and I am blocked at the current error shown when the CLI try to establish the tunneling: Starting SSH tunnel W...
3 years ago
Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me th...
3 years ago
Hi, I have a problem with "Dataset" module. I create dataset and uploaded few files: files_root='/tmp' dataset = Dataset.create(dataset_name='2022', dataset_...
3 years ago
Hey there, Would it be possible to make clearml-agents support both docker mode and venv mode at the same time? Ie. not requiring to be restarted to switch t...
3 years ago
from the docs it is not clear whether I can use the clearml-data CLI for pushing/pulling data from a remote storage (e.g. google storage) https://clear.ml/do...
3 years ago
Are there instructions somewhere on how I can use clearml-agent to run jobs on my google-cloud compute engine?
3 years ago