Hi everyone, I'm new to ClearML and I want to run a task on a remote host inside a Docker container. The Python interpreter I need to use is located at /opt/...
one year 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...
one year ago
in task.init I got the folloing errror message -- "Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'C...
one year ago
Hi! A question about self hosting in k8s. Wanted to know what is the best practice for backing up and restoring the file server (experiments data and etc.) I...
one year ago
Hey, we run a pipeline using the PipelineController, when we do it from team member 1 computer, we see clearml-agent installing lots of unrelevant packages, ...
one year ago
can i set it up through code?
one year ago
Hi, its probably easy. but i can seem to understand 😞 does anyone here know? how do i set _allow_omegaconf_edit=true i have tried to add to the command line...
one year ago
2nd time re-ran i am getting this error
one year ago
1st time i ran codes.. all working fine.. status completed
one year ago
ClearML results page: Traceback (most recent call last): File "/tmp/tmpme6zq4_2.py", line 59, in results = prepare_data(**kwargs) File "/tmp/tmpme6zq4_2.py",...
one year 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...
one year ago
Hi all, I am developing clearml-web. Which screen is the hyperdataset? None
one year ago
I have a repository which uses Git LFS and would like to run a task through Docker-based agent. Despite installing git-lfs in the docker image, I get the fol...
one year ago
Hello, I have a question about clearml-agent with docker I want to use image files saved in local machine which clearml-agent will be operated. I added "moun...
one year ago
Hi, is there any way to mount an S3 bucket to worker nodes for some specific use cases like data streaming? if so, how does ClearML tackle data versioning?
one year ago
Hello, i have another question. I wrote add_task trigger. It should works when task status changes from completed to published. This trigger cause work of an...
one year ago
Hi all! I start a task remotely using a queue. I’m getting an error because clearml doesn’t see the latest commit in my git repo. It constantly refers to one...
one year ago
HI, is there a way to limit (archiving) deletion of tasks? for example: admin can delete all experiments but a user can only delete his experiments?
one year ago
Hello all, I installed self-hosted server and queue(cosumes 1 gpu) on kubernetes. I have an issue regarding gpu monitoring. I checked the process is using gp...
one year ago
Hi. I have a questoin about installng clearml using helm chart on virtualbox linux environment
one year ago
Hello! Is there any way to access the the Triton Server metrics from clearml-serving ? As in the localhost:8002 that is running inside the triton server None
one year ago
hello. anyone know how to add "-m torch.distributed.launch" to the command for distributed training. Like in this document None I tried to use like this: cle...
one year ago
Hi all! What's the best way to send my (automatically tracked pytorch) models to the ClearML server? My models are curently saved with file:// URI's, but i w...
one year ago
Is there a way to deploy a ClearML server with a preconfigured user + its credentials?
one year ago
Hi, What is the best way to get a local copy of only the specified files from the dataset? Case: I got a list of added files for N versions using Dataset.lis...
one year ago
Hello. somehow when I add the --docker_args network=host, the task became failed to run. without --docker_args network=host. the task can run. anyone know ho...
one year ago
Hi everyone! I've a question concerning the integration with Optuna. I've been able to run the hyperparameter optimization sample successfully ( None ), and ...
one year ago
Hi! PipelineController has method: - add_pipeline_tags ( bool ) – (default: False) if True, add pipe: tag to all steps (Tasks) created by this pipeline. Can ...
one year ago
Hey channel, Clearml-serving question Is it good practice to save a .zip file as model, and unzip it in the custom endpoint for usage?
one year ago
Good day all. I'm working with the PipelineController for creating pipelines from tasks. One thing I've noticed is that if I do pipe.start_locally() it does ...
one year ago