Hi, I deployed a clearml-server using kind+helm on a linux server for personal use. I am able to log stuff and even upload artifacts and see them in the web ...
2 years ago
Ok, I am facing another issue in setting up my local server. I have it running almost OK, I can report stuff, and upload artifacts and they are properly bein...
2 years ago
Hello, I have a self-hosted clearml instance. I want to save all recorded artifacts & models on onedrive instead of s3/gstore/local. I have a rclone mount of...
2 years ago
Separate problem from the above. I cannot get the clearml-init command to accept credentials made by my clearml self-hosted web app. I am running the web app...
2 years ago
Hi Team Could we change the time duration of the last run in particular project where it should be showing like 1 week than completed(24hr) always. I have go...
2 years ago
Hi! What is the recommended way to automatically merge multiple updates of a dataset that happen asynchronously? Example: Bob and Alice want to update distin...
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
Regarding my prior message https://clearml.slack.com/archives/CTK20V944/p1676835003941689 It seems the Linux docker containers are causing my server to not b...
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
Hi, is there a possibility to switch off the agent just after if finishes current task (not to fail the task, but to wait minimal time)?
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
Hi, In my code i have some functions i call from a different folder from my original project but is in the same repository, when i run the following code loc...
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
how do you create parameters for grid search? I see classes for random sampling et c but I don't see anything for fixed parameter list
2 years ago
What sort of integration is possible with ClearML and SageMaker? On the page describing ClearML Remote it says: > Create a remote development environment (e....
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
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
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
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
Hey all, there is a way to compare all the experiments in a project as a table , and sort them by column? for example: | model type | mse | r2 | Experiment 1...
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 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
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