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
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
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
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, 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, 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
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 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
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
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
Hi, What is the ETA for clearml-server 1.3?
3 years ago
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, 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, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
3 years ago
Hi, is clearml support creating new tasks while in offline mode? I'm trying to run the following: from clearml import Task Task.set_offline(True) task = Task...
3 years ago
Prev, i worked with Clearml (1 year back) and back then, we config Seldon Core for the deployment and Clearml for the training.. Now there is clearml-serving...
3 years ago
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
3 years ago
Please tell me, when migrating a local server, we have problems that the saved images are not displayed, it says "Unable to load image" and links to the old ...
3 years ago
Hello, I'd like to ask questions about TaskScheduler How to use the previous created TaskScheduler? Should I use the same TaskScheduler to create cron like t...
3 years ago
Hey, this might not be an issue related to ClearML itself but to the server it's hosted on but I'm not sure, would be happy to get assistance. When navigatin...
3 years ago
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
3 years ago
Hello! tell me please, is it intended that nan values are converted to 0 when logging? upd: I see NAN in the tensorboard, and 0 in Clearml. upd2: use v1.1.*
3 years ago
Hi, I would like to understand how I can set the pip cache location for my agent, I thought that I already had the right setting with docker_internal_mounts....
3 years ago
Hi, yesterday I updated the Clearml server, now all my tasks disappeared, there are only the demo tasks on the interface. But the data is still in the /opt/c...
3 years ago
HI, Can I get the minimum system requirement for Clearml-server.
3 years ago
Second: is there a way to take internally tracked training runs and publish them publicly, e.g. for a research paper? "Appendix A: training runs can be found...
3 years ago
Two questions today. First, is there some way to calculate the number of GPU-hours used for a project? Could I select all experiments and count up the number...
3 years ago
YEY!!!! Download as CSV 🤯
3 years ago