Hey all. I need some help debugging some errors. I keep getting an error about failing to clone the repository on the remote instance. What could be the reas...
4 years ago
Hi, i would like to understand more on how ClearML deal with codes. I noticed that i am able to read the source codes of the python script that i have used a...
4 years ago
is there any way to post Slack alerts for the frozen experiments? (eg, after server restart they sometimes get stuck in Running mode, or https://github.com/p...
4 years ago
we're getting critical alerts for elasticsearch container around the JDK version. it's apparently end-of-life. can you look into upgrading the image? it look...
4 years ago
Hi, we use clearml to track all our experiments. For each experiment the accuracy the logged for both the training and the test set: self.logger.report_scala...
4 years ago
Hi, we have been using ClearML in our development environment to train our models and benchmarking them. I was wondering what is ClearML's role in transition...
4 years ago
Hi all, I was wondering if it is possible to set the AWS Autoscaler (and other AWS services such as S3) to assume the permissions of a specific IAM Role. I d...
4 years ago
Hey all, is there a way to setup scalar plotting so that series on the same scalar plot will have different colors?
4 years ago
Hi, can i do a quick check if all the documentation I find on TRAINS are still valid for ClearML? Specifically, i am looking at integration of ClearML and Ku...
4 years ago
Hi, when using the logger.report_table() method ( https://allegro.ai/clearml/docs/docs/examples/reporting/pandas_reporting.html#reporting-csv-files-as-tables...
4 years ago
https://github.com/allegroai/clearml-server-helm I am following this k8 setup for clearml-server-helm. Here the clearml-agents are being started automaticall...
4 years ago
Hi guys, my second article about ClearML is out 🙂 https://w-goutas.medium.com/track-your-experiments-with-clearml-in-docker-37c5bdb3c582 thanks for reading 😉
4 years ago
I'm following the pipeline controller example...this is the output I get after running the the three scripts for step1, step2, and step3, and finally the pip...
4 years ago
Hi all! Currently I am trying to create a tool that can perform certain operations on dataset ids, this is a skeleton of what I have in mind (based on the ex...
4 years ago
Another problem is that when using mp.spawn to init distributed training in pytorch, Task.current_task().get_logger() on worker process will throw 'NoneType'...
4 years ago
Hi! Thanks for this awesome tool 😄 I wanted to know if there was a way of specifying the output_uri depending on whether I'm running on GCP or in my local s...
4 years ago
Hi, I would like to create backups of my trains-server periodically. I was thinking about creating a service task under the devops project. The backup task w...
4 years ago
Hi there, would it be possible to add some Neural Architecture Search example, as for the HyperParameter Optimizer examples?
4 years ago
what is the series parameter of the Logger class functions for?
4 years ago
Hey, is there a way to disable going to the demo server not from the env variable? from code or something.
4 years ago
Hi, there is a bug with get_logger here: https://github.com/allegroai/clearml/blob/master/clearml/debugging/log.py#L111 I got to it through the screenshot. I...
4 years ago
Hi everybody. I have setup clearml with some agents that execute experiments in docker mode. This is working perfectly. I am now also trying to use the pycha...
4 years ago
whats the main difference between creating a task and using init?
4 years ago
I have alot of pending tasks, how can I set them as done one I consider them finished?
4 years ago
Hi, are the experiments logs stored in s3 or in the trains-server? (When using s3 as artifact storage)
4 years ago
Hi, is there any example which demonstrates a typical workflow of model handling? Especially, I would like to know how to specify and download a model, which...
4 years ago
Does AWS AMI still contain an old trains server instead of updated clearml?
4 years ago
Is there a recommended way to deal with ClearML in Continuous Integration pipelines? I have an integration test running in the CI, but now it writes to the p...
4 years ago