Hi, I'm trying to run the following API call # Imports ... client = APIClient() resp = client.events.get_scalar_metrics_and_variants("MY_TASK_ID")but it erro...
3 years ago
Hi, when trying to use a remote agent to train a model, the initial environment setup on the remote machine fails because the list of requirements located in...
Hi, I have a long running experiment that was running on AWS instance that got killed after ~4 days with the following reason: STATUS REASON: Forced stop (no...
3 years ago
Hi, What is the ETA for clearml-server 1.3?
3 years ago
question about pipeline and long-waiting tasks: Say I want to generate a dataset. The workflow I have requires query to a DB Creating a labeling assigment in...
3 years ago
Hello, I’m integrating ClearML into my training code to track experiments. I see that ClearML logs automatically the python env in the “installed packages” s...
3 years ago
Hi I was running an Hyperparameter Optimization task using the Optuna Optimizer and even though the HyperParameterOptimizer’s argument is set to max_number_o...
3 years ago
Hi, I'm using ClearML's hosted free SaaS offering. I'm running model training in PyTorch on a server and pushing metrics to CML. I've noticed that anytime my...
3 years ago
Hi, I have a clearml-agent (1.1.2) in a g4dn.4xlarge AWS instance (with one T4 GPU), that reports agent.cuda_version = 0 agent.cudnn_version = 0and does not ...
3 years ago
Hello, I've been using Clearml for a month now, and must say it's a really good product! I'm mostly working with huggingface transformers, I integrated clear...
3 years ago
Hi everybody, I'm running experiments inside a docker which includes multiple python instances, some of them are inside conda environments. How can I specify...
3 years ago
FYI I am getting a lot of read timeouts from the community server: Retrying (Retry(total=235, connect=240, read=235, redirect=240, status=240)) after connect...
3 years ago
Hello, Getting this message On sub tasks https://github.com/allegroai/clearml-agent/issues/38 When trying to do Hyper parameters optimiziation. Is there any ...
3 years ago
Hi, from within an experiment, how can I intercept the signal that the experiment was aborted and execute a cleanup function? I tried to intercept SIGINT and...
3 years ago
Hi. I updated ClearML Server to the latest version using the instructions mentioned here. However, all my previous work including Projects, Experiments, etc....
3 years ago
Hello, I have two questions about TaskScheduler. I follow the https://github.com/allegroai/clearml/blob/master/examples/scheduler/cron_example.py , but I can...
3 years ago
I created credentials from my account, stored them as a k8s secret and they are reused whenever anyone from our ML team starts a new ML model training, which...
3 years ago
what is the difference between connect_configuration and set_configuration ? (similarly connect vs set_parameter )
3 years ago
Hello, is it possible for the clearml-agent in docker mode to not pull a specific docker image, but to build one from the experiment repository using the Doc...
3 years ago
Congrats on the clearml-serving 0.9.0 release! I’ll try it for sure!
3 years ago
I assume I can ask a question here. The ClearML Orchestrator looks interesting. But the website suggests that K8S is required. We have a Linux training box (...
3 years ago
If I create a task using Task.create and then in a separate piece of code I want to report to it (by using Task.get_task(task_id) ), can I still use the auto...
3 years ago
Has anyone compared wandb vs clearml ?)
3 years ago
Hi, folks !! I have two questions on pytorch lightning example in particular logging. The comment says “Connecting ClearML with the current process, from her...
3 years ago
Hi, it seems ClearML has trouble serializing Keras model config for TF >= 2.5 when the model contains a Lambda layer with functions like K.mean. I’ve created...
3 years ago
I am getting this specific message when trying to run Hyper parameters optimization (running remotely my task). Does it affect my flow? Do I have something t...
3 years ago
Hi, For the CML SaaS Pro tier - are the first 3 users still free and I'll only be charged for any additional users?
3 years ago
I have a question about remote dataset get/download. (Server A)Deploy clearml server. (Server B)Execute clearml-init and set api credentials from server A's ...
3 years ago