There is some specificity with the way we setup our environment at my company that prevents me from using the full features of clearml-agent and forces me to...
4 years ago
Help please, after creating my data drift monitoring dashboard using ClearML Serving and Grafana, how can I configure my alerts to be notified when the distr...
one year ago
anyone using huggingface trainer and can guide me on the easiest way to integrate it with clearml?
4 years ago
Hi , in clearml how do I configure my agent to launch a job on multiple GPUs? Sometimes I need 2 GPUs and sometimes 4,. Lets say I have 4 gpus on my PC. If I...
2 years ago
has anyone found a workaround for the bug? clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes
3 years ago
Hi Everyone, I’m reporting a confusion matrix using below code. clearml_logger.report_confusion_matrix( title="Confusion Matrix (Accuracy)", series="ignored"...
one year ago
Rolling back to 1.15.0 seemed to fix the error for now. Is there something one should be aware of between server versions 1.15 and 1.16 related to versions o...
one year ago
I didnt spesfy the mode of the agent I just wrote "clearml-agent daemon"
3 years ago
for proj in inference_projs: print("getting tasks") tasks = Task.get_tasks(project_name=proj['name'])does the clearML server support multithreading this code...
3 years ago
Hi everyone! I created a pipeline from one block, passed the initial parameters. Please tell me, is it possible to make a new launch of the pipeline, but wit...
2 years ago
Hi, stupid questions. - Is it possible to execute only some tasks in the pipeline or start from somewhere in the middle? The only way i can think of is to ex...
2 years ago
Hi! I'm trying to setup clearML in a k8s cluster. Currently trying to install the clearML-serving via helm chart. It seems like the helm chart doesn't suppor...
2 years ago
Is there an example (preferably with PyTorch) that includes a validation split with TensorBoard(X)? The examples only do Train / Test splits, which first do ...
5 years ago
Hello, I have a non technical question about this community. Why have you decided to use Slack for communication and gathering community? Why not use somethi...
2 years ago
Hi, I'm looking into deploying ClearML with AWS Opensearch as managed Elasticsearch backend. I'm however not finding any documentation on whether ClearML sup...
2 years ago
Hey, ClearML team! When can we expect an updated roadmap? Last one is from august https://docs.google.com/document/d/1QlPiDO2EzDq_HRvuVhYwPh5F_IsjgmmRTlPNdHi...
4 years ago
Hi: i have get this error: cannot verify credentials: I am still using trains, and i can verify correctly in other machine
3 years ago
hello, is there an api for trains? to list/edit projects and expirements from other code externally>?
5 years ago
Can I upload a text with the dataset? The goal is to explain the DS
3 years ago
Hey, when I try to run my clearml pipeline locally using pipe.start_locally(run_pipeline_steps_locally=True) , it's giving me an error TypeError: '<' not sup...
one year ago
Hey guys, sorry for the rapid fire questions in the past few days. I have another issue though. I initially ran a task, directly from a repo. It succesfully ...
3 years ago
Hi, dear all, I have a quick question regarding the scalar graph. As you can see in the picture down below, the experiment names are too short when you hover...
4 years ago
is clearml able to intercept (automatically) metrics gathered via torchmetrics.MetricTracker ?
2 years ago
Hi there :) can anybody tell me what the best practice is for performing a normalization in the preprocess.py script used by clearml-serving? Currently I use...
2 years ago
Hi there! I'm trying to understand how the trains-server works. So I have a few questions. 1. For a linux deployment, we need to use docker-compose which run...
5 years ago
Hello, I'm trying to get the pipeline progress, but I can't get it properly. I've set the progress via current_task.set_progress() in the pipeline after each...
3 years ago
From the getting started: "If CLEARML_AGENT_GIT_USER / CLEARML_AGENT_GIT_PASS are not provided, then ClearML Agent Services will not be able to access any pr...
4 years ago
Hello everyone, I'm currently trying clearml-serving to serve a model via an endpoint. I followed the tutorial in the documentation, but when I try a request...
one year ago
Hi everyone, tomorrow ClearML is doing a webinar with NVIDIA TAO to provide an update on our integration as well as show workflows. We will be joined by a cu...
2 years ago
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
4 years ago