Hi everone! We're trying to start using ClearML for both experiment tracking and data management, and I have a question about ClearML-Data: Is it possible to...
2 years ago
If i have a dataset and i process it and I want the processed data as another dataset, is parent the right approach?
4 years ago
How can I figure out from the dataset object which task it created? Or better: I have a task_id how can I figure out which datasets were created by this expe...
3 years ago
Hi, is there a way to know when some experiment change status to published? how i can catch the change ? is it same with slack monitoring example script? i w...
2 years ago
Hi, I have a question about https://clear.ml/docs/latest/docs/references/sdk/logger#report_scatter3d : Would it be possible to pass a matplotlib figure in 3d...
3 years ago
hi, can i use clearml as a tool for deploying models in a private network? did not manage to understnd from the docs.
4 years ago
Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me th...
3 years ago
in this case do I need an agent running on my local machine? Or the remote machine?
11 months ago
Traceback (most recent call last): File "/root/.clearml/venvs-builds/task_repository/slot-filler.git/2_engineer_prompts.py", line 159, in trainer.train() Fil...
2 years ago
is it generally recommended to close API client sessions? Like if I open a client like this: from clearml.backend_api.session.client import APIClient client ...
3 years ago
Given I want to run a task in a pipeline using a base task id. One of my steps just finds the latest results to use. I want the task to output the id of the ...
3 years ago
Hi, thanks for developing the amazing tool! I have a question: I deployed trains-server on machine A and started an experiment on machine B. Sometimes machin...
5 years ago
Hi all. We are using the community ClearML platform to manage our ML experiments. We recently have reached the maximal artifacts quota (> 120GB) and as a res...
3 years ago
Hey, We are still stuck with this issue and provided all required logs inside this thread with comparisons between different modes running tasks, any conclus...
7 months ago
Hi, I am trying to delete experiments from the archive in order to free some disk space. I select an experiment and choose 'delete', but get a message saying...
3 years ago
Is it possible to set the order for the plots in the scalars page?
4 years ago
Sporadic failure to retrieve Scalars and Console logs. Context: self-hosted in Azure with 2 separate Azure Container App for the UI and API server. ElasticSe...
8 months ago
The ClearML Ops end to end on Pipelines is currently under way here https://gtc21.event.nvidia.com/media/1_477hq95y
4 years ago
Hi everyone 👋 I have a script that uses 3 git repos (organisational repos on github) for its execution. As part of this script I'm performing pull to these ...
2 years ago
Hi all, I'm using clearml 1.0.3 with clearml-server <1 (how do I get the current running version?) In Pytorch-Lightning I use DDP and I see multiple tasks (a...
4 years ago
Hi, it seems ClearML has trouble serializing Keras model config for TF >= 2.5 when the model contains a Lambda layer with functions like K.mean. I’ve created...
3 years ago
having trouble comparing between 2 experiments.. any ideas why? the files are not too big (have about 5 plots and a small file as an artifact)
5 years ago
It seems to be related to elastisearch clearml-elastic | "stacktrace": ["org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed", I...
one year ago
I deployed a model with: clearml-serving \ --id 875de894b62144a7949e471532728809 \ model add \ --engine "xgboost" \ --endpoint "best_model" \ --preprocess "t...
3 years ago
Hi, I upgraded the ClearML client to 1.0.5 and now I am getting an upload log message: ... 2021-08-12 17:47:59,188 - clearml.storage - INFO - Uploading: 150....
4 years ago
Hi, when installing Task's dependencies from requirements.txt (set force_repo_requirements_txt: true in the Agent config), I get the following error: clearml...
2 years ago
Hey, I want to use the AWS autoscaler with spot instances, and I was wondering how (or if) you handle interruptions. What we currently implemented is a mecha...
4 years ago
First link in hyperparameter optimization page is broken > https://allegro.ai/docs/examples/examples_hyperparam_opt/
5 years ago
how can i serve my custom yolov8 model on clearml?
one year ago