Can we report a pandas table with styling to be retained in the WebUI? It would be nice to report e.g. df.style.background_gradient(cmap='coolwarm', axis=Non...
3 years ago
Hi, I want to upgrade clearml server from 1.1 to 1.2 (self hosted). I have the following setup: /dev/nvme0n1p1 30G 21G 8.9G 70% / <- This is where /opt/clear...
3 years ago
Hello, we recently moved our clearml self-hosted server (on GCE) to be behind a load balancer with certs etc. at the address {app,files,api}.dev.companyname....
3 years ago
I'm getting A LOT of errors when running cleanup service Failed deleting the following URIs - script fails to delete image and text files ERROR - Failed dele...
3 years ago
Hi everyone, I was looking into clearml integration with Nvidia for transfer learning. Does clearml have plans to integrate with the new TAO? Looks like nvid...
3 years ago
Good week, I tried to follow the following repo https://github.com/allegroai/trains-actions-train-model It works great until the part I am trying to login to...
3 years ago
Any idea of what can causes that ?
3 years ago
Hello, I'm getting this weird error from time to time when running a pipeline, it add my tasks as drafts but never launch them, when I checked the logs, I se...
3 years ago
Hi, and thanks for the great system. I've been training using https://github.com/facebookresearch/detectron2 (PyTorch framework) with logging in Tensorboard,...
3 years ago
Ist it possible to move artifacts from local storage to s3? Or do I have to delete the old one and create a new one with a location in s3?
3 years ago
Hi! Can someone show me an example of how PipelineController.create_draft works? I'm trying to create a template of a pipeline to run it later but I can't ge...
3 years ago
Hi, I have a question about https://clear.ml/docs/latest/docs/references/sdk/logger#report_scatter3d : Would it be possible to pass a matplotlib figure in 3d...
3 years ago
What is the proccess to rerun optimization sub-tasks that failed? also, can you add more paramters combinations to optimization after it was completed?
3 years ago
Hey everyone, got a quick questions about backing up a ClearML server. Should the server be stopped with docker-compose down before archiving /opt/clearml/da...
3 years ago
Hello clearml ppl I have a question, is there a way to filter Tasks and get only the ones that has status="Running" ? I have tried both with Task.get_tasks()...
3 years ago
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
3 years ago
Hi, can anyone help me with this code? (just a mock example, but it nicely captures the behavior of the real code) import pandas as pd from clearml import Ta...
3 years ago
Hey, I have a question regarding pipelines. Let's say I have 2 scripts: train.py and evaluate.py. Each of them creates a task using Task.init and logs some i...
3 years ago
Hey, does somebody else get the annoying message in the UI of “A newer version ofClearML server 1.2.0 is available” even though version is 1.2.0??
3 years ago
Hi, I get these errors for TriggerScheduler: ClearML results page: {some URL} Failed deserializing configuration: the JSON object must be str, bytes or bytea...
3 years ago
Hi everyone and thanks again for the help, i still have no success in running clearml agent, it just gets stuck without any output, on debug mode for clearml...
3 years ago
The comparison page seems to resize the experiments so that all tags will fit in the screen, but then the experiments are pretty much impossible to compare
3 years ago
Hey ClearML community! Quick question about plots - we're trying to draw a reliability/calibration plot, we want to make it square as seen in the first pictu...
3 years ago
hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version. War...
3 years ago
Hi, I'm looking at https://clear.ml/docs/latest/docs/webapp/webapp_exp_tuning/#base-docker-image where it says To add, change, or delete a base Docker image:...
3 years ago
hi it is me again, this time trying to upload a single file as Dataset but met with the following error. The file is 13.42GB and of Apache Arrow format. Any ...
3 years ago
Hello, When I clone and enqueue a task using the web-console, is there anyway to add a pre-execution hook to that cloned task? More specifically, my code use...
3 years ago
hi im getting this error and i have no idea how to solve it, please help ERROR: Could not find a version that satisfies the requirement pandas==1.4.0 (from -...
3 years ago
Hi, I’m trying to minimize startup time for my training tasks, I’ve set docker_install_opencv_libs: false what else can I do?
3 years ago