Hi, Quick Y/N question: is it possible to build a pipeline of pipelines? I'd imagine this to be possible, since pipelines are also treated as tasks.
one year ago
Hi! I am trying to update existing models that were already created by some model registration task. I can not find in the documentation if it is possible to...
one year ago
Hi, I just started using ClearML and I really enjoy it - it seems much easier than other similar tools. I got today a bit mysterious message when running exp...
one year ago
Hi, trying to report a matplotlib figure with report_interactive=True . Whenever I add annotations to the plot, it’s reporting it to the debug samples sectio...
one year ago
If I ran a hyperparemeter sweep and I wanted to create a graph where the x-axis was one of the hyperparameters, let's say the momentum term of the optimizer,...
one year ago
Hi all, Is it possible to move project from one workspace to another? There are 2 users working on the same workspace and user2 is an admin of this workspace...
one year ago
Hi all, I am developing clearml-web. Is it a specification that even if the HYPERPARAMETERS item (initial value) when executing XXX is deleted with YYY that ...
one year ago
Any issues with the clearml website , it shows fetch all projects users and experiments failed and is very slow
one year ago
Hi! Would love assistance on the following: I'm getting ValueError: Task object can only be updated if created or in_progress [status=failed fields=['hyperpa...
one year ago
i know i’ve seen this issue pop up in the slack before, but I couldn’t find it after searching. I’ve got some code that starts a new task. the task shows up ...
one year ago
I’m having some trouble with Task.logger.report_media . i’m trying to report a matplotlib figure that i’ve packed into a BytesIO object (because 2D histogram...
one year ago
we've identified a regression caused by the release of urllib3 v2, ClearML SDK 1.10.4rc1 is out and fixes it, and we'll release the official ClearML SDK v1.1...
one year ago
Hi, I’m trying to create a dataset on ClearML server from my AWS S3 bucket via: dataset = Dataset.create(dataset_name="my_dataset", dataset_project="my_proje...
one year ago
Hi, I think I found a problem with a clean clearml install. I create a new python env: conda create -n py310 python=3.10 pip install clearml python -c "impor...
one year ago
Anyone here with any idea why my service tasks get aborted when going to sleep?
one year ago
@<1523701087100473344:profile|SuccessfulKoala55> one morething.. i really like clearml. beautiful UI & a lot of features.. drawback is the functions & featur...
one year ago
hello, i have a general question about data versioning using ClearML. When lets say that my parent dataset has 100 files, and that I create a child dataset f...
one year ago
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
one year ago
Hi, I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda. How can I deal with this by runni...
one year ago
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
one year ago
my project pipeline is runnung well and good but instead of completed it is coming as aborted after complete execution
one year ago
Hi all, General wondering - suppose I have a pipeline that is constructed out of several tasks and one of the tasks fails. I want my users to check out the e...
one year ago
Hello, I have an ML project that is not on git. It is separated into several files: training.py data.py preprocessing.py global_config.py I can monitor it ea...
one year ago
is there a quick way to make clearml task to run on few different clearml agents/machines ? for example for cases whrere one agent/machine alone doesn't have...
one year ago
Hey Everyone, I'm setting up clearml agents and workers with the open source version within my org. Was wondering what is the best way to handle different py...
one year ago
I have a problem with clearml today, it seems to be waiting for something (not sure for what) and writing to the console "clearml.model - INFO - Selected mod...
one year ago
Hi everyone! I started using ClearML to track some of our experiments last week (currently using the pro tier), but I’m having some issues trying to compare ...
one year ago
Hello all, I have a question regarding the "Page View Options" is there an option to filter projects and pipelines by anything other than "my work / team wor...
one year ago