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...
2 years 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,...
2 years 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...
2 years ago
Any issues with the clearml website , it shows fetch all projects users and experiments failed and is very slow
2 years 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...
2 years ago
Hello, I have the following scenario: - I am running a clearml-agent on a Windows machine; - To run on the agents, I am using virtual envs; - In the file tha...
2 years ago
My autoscaled instance fails when running "git clone" on a private repo. I do have the SSH key placed at /root/.ssh/id_rsa on the machine, and when I SSH int...
2 years 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...
2 years 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 ...
2 years ago
If I want to run tensorflow (version 2.10.0 with Python 3.8) with the AWS autoscaler, which AMI and Docker base image should I choose?
2 years ago
Need guide to install ClearML server in complete disconnected environment from internet on kubernetes using helm chart. We have private registry Harbour whic...
2 years 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...
2 years ago
Hi all! I want to run my task remotely on an agent, but I'm having trouble with the requirements setup. I have a requirements.txt with many packages to insta...
2 years 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...
2 years 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 ...
2 years ago
@<1523701087100473344:profile|SuccessfulKoala55> one morething.. i really like clearml. beautiful UI & a lot of features.. drawback is the functions & featur...
2 years ago
Well, we accidentally leaked some super powerful credentials today. Is there a way to not have the UI or console logs show our AWS access keys, git credentia...
2 years 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 ...
2 years 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...
2 years ago
my project pipeline is runnung well and good but instead of completed it is coming as aborted after complete execution
2 years 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...
2 years ago
Hi! I have deployed a CM server + agent on a BM Kubernetes cluster and am trying to set the default docker image for running trains. I have specified the def...
2 years ago
Hi all here 🙂 I have a clearml server locally deployed, I want to move it to a bigger machine, how do I transfer my data to the new server ? please advise t...
2 years ago
I want to save some data on my OutputModel in order to make it more accessible when I'm using the model. When I use myOuputModel.save_metadata("somekey", "so...
2 years ago
Hi, I Have An Issue, But Lets Start With The Description. This Is Snippet Of My Project'S Structure:
Hi, I have an issue, but lets start with the description. This is snippet of my project's structure: ├── .git/ <- Git configuration ├── configs/ <- Hydra con...
2 years ago