
ObedientTurkey46
14
Questions,
13
Answers
Active since 30 April 2024
Last activity
one day ago
Reputation
0
Badges 1
13 × Eureka!Hi, I am currently setting up clearml-agents. Here None , I read about the option to cache venvs. Where in the clearml.conf does venvs_cache need to be speci...
2 days ago
Hi, I am training with a significant amount of images. I have created a clearml Dataset containing two folders: images and labels. Until now I have created a...
9 months ago
Hi! I am currently testing the function of tags, using dataset.add_tag(). Why do tags only show on a version level, but not on the dataset-level? (see images...
7 months ago
Hello, I have an issue with task.close(). On a Mac it works as expected, but on my (gpu enabled) linux machine the code execution freezes when calling task.c...
5 months ago
Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
7 months ago
Hi everyone, I’m looking to implement authentication for my self-hosted ClearML server. Specifically, I noticed the option to enable Web Login Authentication...
3 months ago
Hello! I am setting up a clearml-server with self-hosted minio. Do I would like to keep the clearml.conf as default as possible (such that users do not need ...
15 days ago
Hi, I am using TaskScheduler to start a pipeline once per hour, that sequentially executes tasks. My current solution is that I have three execution queues, ...
9 months ago
Hi, I am observing a strange behaviour when loading a dataset’s local copy. dataset_path_training = cml_dataset_training.get_local_copy() logger.info(f"Creat...
6 months ago
Hi again! When running a ultralytics yolov8 training (locally), it happens every second run, that only the metrics for the first epoch are tracked, but no me...
4 months ago
Hi! When deleting datasets with the code: Dataset.delete(dataset_id = dataset_id, delete_files=False, delete_external_files=False, force=True, entire_dataset...
7 months ago
Hi, I have two instances of clearml-server that I would like to merge into one. Is there any way to do that without loosing tracked experiments, datasets or ...
2 days ago
Hello! How will clearml react, if I have combine two Datasets into a new Dataset, and both contain a file “IDs.txt”. Will one be overwritten, will both files...
8 months ago