clearml.backend_interface.session.SendError: Action failed <500/100: tasks.enqueue/v1.0 (General data error (ConnectionError(: Failed to establish a new conn...
2 years ago
Hi all, I am trying to spin up some AWS autoscaler instances, but I seem to have some issues with the instance creation: 2023-02-23 21:04:29,122 - clearml.Au...
2 years ago
Hi all, I'm using Pytorch-Lightning with the Tensoboard logger: Here is the logging code that logs images with the Tensoboard logger. def validation_step(sel...
2 years ago
Hey, here’s a quickie – is it possible to specify different “types” of input parameters (“Args/…“) such that they are handled nicely on the front end? Basica...
2 years ago
How to change the hyper-parameter value ?
2 years ago
Kindly let me know, How to change the Hyper-parameter value ?
2 years ago
Hi Everyone,
2 years ago
I need some clarification, How to train the cloned model ? because I have changed hyper-parameter settings
2 years ago
Hey guys, in a fresh self-hosted ClearML server I have the issue that I cannot see any preview images of the files in a dataset. It seems like a bug, but may...
2 years ago
Hi all, I tried to create a AWS autoscaler with a CPU only instance t3.medium , through the web-interface. I get the following error, anything I do wrong to ...
2 years ago
Hi community, how can I prevent ClearML creating a new experiment, each time I interrupt and restart training on the same task? I'm training YOLOv8 and clear...
2 years ago
Hi all, I try to pass secrets from my local machine to a remote agent. I'm using the clearml-task cli to kickoff my task to a specific queue ( None ) for the...
2 years ago
Hello community, I am trying to run a Pipeline using Pipeline Decorater. My components i.e. step_one, step_two.... I want to run this components on a queue d...
2 years ago
Hello all, I'm trying to run a few pipeline tasks remotely via a private docker image but struggling to find any documentation on how/where the docker login ...
2 years ago
hey, how do I use local files as dependencies? I have several tasks that I want to run in the pipeline, so optimally I would use tasks from functions. Can I ...
2 years ago
Hey all, We are trying to clone a Task that uses custom pip installed packages and run it via an Agent. When running locally, we simply “ pip install ./path/...
2 years ago
Hi Team, I have licensed version that is clearML pro but need some inputs to create App instance in application like project dashboard, hyperparameter optimi...
2 years ago
Hi Community! 😍 We were wondering if any of you had the chance to use the Nvidia TAO + ClearML integration! 🚀 We're looking for some feedback so message me...
2 years ago
Seems like ClearML tasks in offline mode cannot be properly closed, we get ValueError: Unsupported keyword arguments: publish when calling task.close() . Thi...
2 years ago
Hi all, I have a question - is there a way to upload a local ( user local ) file to the pipeline as parameter? More specifically - I want the users to be abl...
2 years ago
ClearML Hyperparameters Optimization app produces "Summary" table with 'task id', hyperparameters values and 'obective'. Is there a way (== function) for add...
2 years ago
I cannot get the configuration from a task: I run from clearml import Task, TaskTypes, Model, OutputModel, InputModel from clearml.task_parameters import Tas...
2 years ago
Hi, i was trying to add a task under myproject/taskname that contains dataset.create into a pipeline. Before that, i create the dataset.create task but when ...
2 years ago
How does ClearML store some of the more intrinsic data (scalars, plots, etc)? We recently recovered Mongo from a backup and while the projects and tasks are ...
2 years ago
Is there a way to save the models completely on the ClearML server? It seems that ClearML Server does not store the models or artifacts itself, but they are ...
2 years ago
The GitHub mentions arm. Is there a arm distribution of the server containers?
2 years ago
Hello, where can I find the Dockerfile for these images? None None None
2 years ago
Cannot import my custom python file when creating a pipeline using the decorator do anyone have any idea as to how to solve this issue.
2 years ago
Pipelines suddenly no longer appear in the Pipelines tab, what could/should I look into? EDIT: Using latest ClearML (agent, server, SDK), and creating the pi...
2 years ago