Has anyone had success using clearml with huggingface models? I create my HF Trainer with the ClearML callback, but the only thing I get in the logs is this ...
one year ago
Hello, We had to move our logging server to a new ip address, while all the runs are properly showing up, artefacts and and debug samples seem to still refer...
one year ago
Hi everyone! How do I disable automatic reporting of matplotlib plots and images?
one year ago
Hi everyone! I have a general wondering - I'm trying to use REST API for searching tasks by tasks parameters (hyperparameters in task configuration). I didn'...
one year ago
hi guys, i have a question regarding clearml-serving. i have deployed my model to an API, now I want to add a front end interface for the URL, how should I g...
one year ago
Hello ClearML community, I’m having an issue in upgrading my ClearML helm chart from version 4.2.1 -> 7.2.2. The problem seems to stem from the way init cont...
one year ago
Been looking all over and can't find the solution to this one. If I have a user id hash (the 32 alphanumeric), how do I find the user's name which is associa...
one year ago
AWS Autoscaler question: what is best practices for providing the autoscaled instances with access to credentials for things like S3? With self-hosted agents...
one year ago
Hey community! I have a question regarding the Optuna optimizer with ClearML. I'm using a config yaml file that I'm connecting via task.connect_configuration...
one year ago
Hi all, I am having an issue with ClearML Scheduler where it doesn't reuse the task as I would expected. I have raised this issue . Has anyone else experienc...
one year ago
Hello all, I am trying to report a confusion matrix for my Output Model as follows: output_model.report_confusion_matrix(title = "Validation Confusion Matrix...
one year ago
Hi team, how to you use MicroMamba and pip together with ClearML ?
one year ago
Hello, does anyone know if it's possible to log an experiment to two different servers at once?
one year ago
Good afternoon! Can you please tell me if it is possible to run the enumeration of parameters for the task through the UI clearml? What would this task fly t...
one year ago
Hi all, I'm generating pipelines from tasks and there's a step that requires providing outputs from the parent task to the child, but I'd like to pass it as ...
one year ago
Hi all, is it possible to define some kind of conditional retry logic when using pipelines from decorator? I’m using the retry_on_failure option on the @Pipe...
one year 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...
one year ago
Hello everyone, I'd like to stop ClearML from automatically logging models from YOLOv8. Is there any way to do it without disconnecting from framework (pytor...
one year ago
Hi, All. How do I add accuracy and loss metrics for tracking in ClearML for YOLO8? And model registry after each epoch?
one year ago
Hi, When i start a new task, in Execution tab I see that by default log level set to basic. Is it possible to change to, lets say, debug level? I want to cat...
one year ago
Hi, If it is necessary to refine the model by running a Clone Task so that the results of the Task are used, what should be done? output_uri=True? task = Tas...
one year ago
Hi Team, is clearml support model versioning?
one year ago
I'm a bit confused. It seems like something has changed with how ClearML handles recording datasets in tasks. It used to be the case that when I would create...
one year ago
👋 Hi everyone! I cannot create a Dataset. Is this a limitation of the free version? Error: Datasets are not supported with your current ClearML server versi...
one year ago
Hello, please dont tell me I just deleted something: I wanted to do two things: - Update clearml server- I followed the guilde at None - I deleted my old con...
one year ago
Hi Team, I am replicating this code None . in this monitor part ,some metric are created related to code and proometheous server.where it is creating in code?
one year ago
Hi, When creating a pipeline from tasks how can I set each step configuration from the web UI? for example in the training step i want to choose if i use a c...
one year ago