Hello, since clearml-server uses elasticsearch, is there any security issue related to this https://discuss.elastic.co/t/apache-log4j2-remote-code-execution-...
3 years ago
Hi all! When I set a list as a Task parameter and later try to retrieve it, what I get is a string. Is this the expected behavior? I have prepared the follow...
3 years ago
Has anybody used albumentations with pytorch in remote execution on clearml? The task is freezing during DataLoader initialization every time I put any augme...
3 years ago
Hi clearml, does clearml orchestration have the ability to break gpu devices into virtual ones?
3 years ago
Hi, did anyone experiment with running on the aws autoscaler on spots and knows whether there is configuration for retry policy when spot get evacuated mid-job?
Hi, in the context of multi-gpu training, is Model.get_local_copy() multi-process safe? or should make sure only the first process calls it first, then others
3 years ago
Hi, I’m trying to download the Dataset to local machine. with this command. ds = Dataset.get(dataset_id) local_path = ds.get_local_copy() But somehow, it onl...
3 years ago
Hello! The agent-services present in ClearML server's docker-compose is only for cleanup tasks, right ? For training I would need to run another instance of ...
3 years ago
Hi all, Should be any problem deploying a clearml server on a raspberrypi? (i.e. arm64).
3 years ago
A suggestion to add task_name parameter to InputModel.__ init__ . As for now I can search by project name and model name, but what if I had 2 models within t...
3 years ago
anyone knows why this happens?
3 years ago
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
3 years ago
Hello everyone! I'm using S3 for my model saving. During hyperparameter optimization my new tasks get very long names due to override parameters and uploadin...
3 years ago
Can I somehow disable the popup “WELCOME TO CLEARML” window at each visit? After closing and refreshing the site it just pops up again
3 years ago
Hi everyone, My team used to store artifacts (model, data, etc.) outside the ClearML server, S3 for example. Now, we’ve decided to move all artifacts to anot...
3 years ago
I have another question. Is it possible to access ClearML server to get meta data through Server API? For example, we want to access ClearML server get all n...
3 years ago
Hi, I think there is a small bug in the Experiment running time column of the workers-and-queues/workers page: they do not match the time reported in the exp...
3 years ago
Hi, I tried to run an experiment and got this error. clearml.log - WARNING - failed logging task to backend (1 lines, <500/4: events.add_batch/v1.0 (Critical...
3 years ago
Hi ClearML team members! Is there any progress made on the clearml-serving repo? I’d love to start using it but I lack a straightforward get started example....
3 years ago
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
3 years ago
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
3 years ago
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
Hey everyone 🙂 I’m trying to use a ClearML on prem for experiment visualization only, having some issues with multi GPU. It seems that clearml is creating a...
3 years ago
Hello ! When running Dataset.get the wrong file_server api is being used. This is the content of my clearml.conf api { # Notice: 'host' is the api server (de...
3 years ago
Hi, are there other ways to add package_manager.extra_index_urls to my agents besides configuring them through the clearml.conf file?
3 years ago
Hi, I try to use clearml first time on mine EKS cluster. So i install it with this helm chart: https://github.com/allegroai/clearml-helm-charts/tree/main/cha...
3 years ago
Hello, I would like to optimize hparams saved in Configuration objects. I used Hydra and OmegaConf for hparams definition (see img). How should I define the ...
3 years ago
Hi everyone! I built a task that processes data and in the end generates a large folder containing images (aprox 10Gb). I would like to be able to upload thi...
3 years ago