Hello, does anybody here work with ClearML on preemptible instances? I'd like to achieve the following: - I enqueue a preemptible task A - Task A gets fetche...
one year ago
Hi, I am trying to save my trained model weights in S3 bucket instead of using ClearML storage when using clearml-task for ml training remotely. I tried to u...
one year ago
I have am issue getting a model from the model repository when running a task in a remote worker. I have a custom model that was saved with OutputModel: mode...
one year ago
monitoring related question Good evening everyone, I followed the below documentation to implement the clearml monitoring using prometheus and grafana None I...
one year ago
does anyone had experience with running ClearML in secure machine with iptables configured? I had allowed traffic in the ports ClearML is using but still the...
one year ago
Hello. Is there any possibility to change horizontal axis in Scalars to some chosen metrics (e.g. epochs metric)? As far I have seen it's possible to use wal...
one year ago
I am still going through all the docs and intro videos … but: is the only way to create a new experiment to run the script that contains the experiment at le...
one year ago
Good evening everyone, I have a question on how to monitor model performance (in terms of accuracy of predictions) with grafana. In this tutorial: None , onl...
one year ago
Hi, I'm using lightgbm package to train models. in my task execution I'm getting lots of warnings print from lightgbm. when running locally these prints are ...
one year ago
Can Azure Managed identity (equivalent to AWS instance-profile) be used by Clearml Web server and clearml-agent ? If I assigned the appropriate Managed Ident...
one year ago
Hello! I created a clearml.conf in my clearml server, then I added the S3 credentials under aws { s3 { region, key, secret } } and rebooted the server. Then,...
one year ago
Hi all, I have a quick question regarding passing secrets to a docker container. Our set up is the following: we use GCP Autoscaler to spawn "workers" where ...
one year ago
Hi! I am wondering if there is a way to check which S3 is associated to which project once you have created them? I am looking at the mongo docker container ...
one year ago
Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It...
one year ago
Hello everybody, I have a question about saving models. I have a train.py script to train a Neural Network using pytorch. I am using clearML task for experim...
one year ago
Hi, I am looking for a way to report a single metric value of a trained model (lgbm for example). I'm currently using: logger.report_scalar(title='train', se...
one year ago
Hello, I am testing my Hidra/OmegaConf with ClearML and I have a general question. Why is it necessary to indicate that I want to edit the configuration (set...
one year ago
Hey, do you know if it's possible to execute a custom command just before ClearML Agent starts the container? I know it's possible to execute custom command ...
one year ago
Hello everyone, are there any examples of integrating Clearml and VAST.AI . The goal is to have agents that will lift containers in a vast.AI environment on ...
one year ago
Hi! Is there a way to get_local_copy but to download only the latest diff in dataset genealogy (that is, the files listed by list_added_files ), omitting eve...
one year ago
Hi! I am setting up my first ClearML agent (EC2) connecting to my hosted ClearMLServer. I am at the step where I am granting the agent access to github. I am...
one year ago
Trying to run get_tasks on AWS Lambda and getting the following error. Any suggestions on how to overcome this? { "errorMessage": "[Errno 38] Function not im...
one year ago
Hello. Please tell me how to make sure that when you start the pipeline, nothing superfluous is installed in the service queue? @PipelineDecorator.pipeline( ...
one year ago
Hi, I am trying to log the hydra configuration using clearml-task, and I am following the demo script: None . It's able to log the default hydra configs, but...
one year ago
Hi all, I have a newbie question about clear-ml data. I have four data sources that get combined to train a model. I have put each of these datasets into cle...
one year ago
Hey, I've spin up a worker using AWS autoscaler in ClearML self hosted server running on Kubernetes. However, I can't find the agent on the workers page. Any...
one year ago
Hi, I am currently using clearml agent along with a k8s glue container that was installed via Helm in a Kubernetes cluster. I would like to understand the pr...
one year ago
Hello, We are getting following timeout errors during the task run: 2023-08-10 13:53:36,361 - clearml.Metrics - ERROR - Action failed <500/100: events.add_ba...
one year ago
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
one year ago