I guess one experiment is running backwards in time 😄
3 years ago
Btw I saw a bug in the web UI that is rather frustrating: When I add some metric columns to a project page, if I refresh the page manually with F5, all the c...
3 years ago
Hello, I'm trying clearml-serving on any of the example models from the 'ClearML Examples' project. After running 'clearml-serving triton ...' I always get t...
3 years ago
Hi, where can I find the repo “allegroai/clearml-agent-services”? I’m deploying clearml on k8s with the helm-charts repo and I want to enable slack-alerts bu...
3 years ago
Is it possible to add just a string or some other object as an artifact? if yes, then how?
3 years ago
You seem to have an error in documentation or in the script help. https://clear.ml/docs/latest/docs/apps/clearml_session states that using --skip-docker-netw...
3 years ago
Is it possible to have Task.get_tasks() with allow_archived=False ?
3 years ago
Hi! I'm trying to run a task from a remote repository with clearml-task , but I get the following error: Error: requirements file could not be found '{}'So, ...
3 years ago
for proj in inference_projs: print("getting tasks") tasks = Task.get_tasks(project_name=proj['name'])does the clearML server support multithreading this code...
3 years ago
Hi, I've tried to plot some images to debug samples but I can't see them through UI in Chrome. It works in Firefox, but Chrome (96.0.4664.45) logs message Cr...
3 years ago
Hi, the RESTful API POST /task.get_all seems to be limited to 500 tasks but I have 2k tasks (because each task is trained very quickly on a single data sampl...
3 years ago
Hi, trying to setup the slack alerts feature but I ran into an error on the remote server. When running it locally all works but when I run the same task on ...
3 years ago
Not very important, but small suggestion for the web UI: under the QUEUES tab, in the queues wait time graph, would it be possible to switch from seconds to ...
3 years ago
Is anyone also experiencing network error during every clearml dataset download? It's been a while and almost every download fails...
3 years ago
Hi all, I'm using ClearML and Pytorch-lightning. I was able to train my models successfully as long as I was using a single GPU. When I used two GPUs for tra...
3 years ago
Is there a way to configure the file server to use minio storage, or does every individual user have to configure their own minio credentials?
3 years ago
Hey everyone, I'm having an issue due to conflicting git credentials on the clearml-agent (running inside the docker). I'm using SSH settings ( git_ssh_port/...
3 years ago
Hi Everyone, I’m playing with datasets in ClearML. I can successfully register them, but I’m not entirely clear how to attach a plot to it. If I create a tas...
3 years ago
Hey, has any of you have experience with setting up authentication when self-hosting ClearML on Kubernetes? I found only https://clear.ml/docs/latest/docs/de...
3 years ago
When using Azure Blob Storage for storing artifacts, is there a possibility to use SAS token instead of storage account key for authentication? When I specif...
3 years ago
Hello, Is there a way to running multiple environments (like staging, production) on the same clearml instance? Or do we need separate instance for each envi...
3 years ago
Hello, I am using Datasets in Community server. I have been trying to create a child dataset the following way: dataset_name = "Training2501" dataset_project...
3 years ago
Hi, is there a way to log sklearn metrices (like accuracy/precision) in a tabular way rather than plot ?
3 years ago
it would be nice to group experiments within projects use cases: hyperparameter sweep (10 experiments with different learning rate) finetuning models (for ex...
3 years ago
Hello, I am working with a pytorch model, and I would like to save it as an Outputmodel. I read that Clearml has pytorch auto-logging ebabled automatically. ...
3 years ago
Hi guys, needed a bit of clarification. Every 15 minutes, the scheduler prints, "Syncing scheduler, sleeping for 15 minutes until next sync". Can you guide m...
3 years ago
We're trying to use the AWS autoscaler and have managed to get it up and running with spinning up instances. However, it does not seem to pull any of the tas...
3 years ago
When using Dataset.get_local_copy(), once I get the location, can I add another folder inside location add some files in it, create a new Dataset object, and...
3 years ago
Hi everyone, is it possible to not create a copy of a dataset when adding to clearml? My data is already in a directory on the clearml-server machine and I d...
3 years ago
Can't access the docs at the moment. SSL error. Can you guys verify whether your SSL certificate has expired or not please? Unsure whether the error is on my...
3 years ago