Hey there I'm looking to report multiple matplotlib graphs into clearml for i in range(0,10): mae_fig = model.plot_scores(x_val_seq, y_val_seq, index=i) clea...
4 months ago
I always see this error in the console when training a model, but I see all the model parameters tracked correclty. So I am wondering what it tries to log he...
2 years ago
Hello Admin, I am unable to create pipeline using CPU/GPU/TPU. What is the issue?
one year ago
Hello everyone, can you help me with an issue I faces recently? Namely I've got this message in console while training my neural net with pytorch lightning (...
2 years ago
Back to autoscaler; is there any way to ensure the environment variables on the services queue (where the scaler runs) will be automatically exposed to new E...
3 years ago
I'm having a problem reusing the last task id on jupyter notebooks. Dispite having reuse_last_task_id=True on Task.init, it always creates a new task id. Any...
2 years ago
Hi, is there any way to download all the experiments including their metrics, hyperparameters and so on?
2 years ago
Hi all, I am trying to add a model to my recently setup k8s self-hosted clearml-serving. The command looks like this and worked whith my previous docker setu...
one year ago
FYI I am getting a lot of read timeouts from the community server: Retrying (Retry(total=235, connect=240, read=235, redirect=240, status=240)) after connect...
3 years ago
Hi, We have an agent running inside a Nvidia official container. The agent seems to see the GPU driver but the GPU count is 0 When I join that container, nvi...
one year ago
yo guys, I'm getting Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to O...
5 years ago
Hi, Is it possible to sync expiriment using s3 or gs? I loved to have a look at the some documentation. We want to sync the training while they are running[n...
3 years ago
Hi all, I would like to use clearml-serving to serve model binaries (for use in on-device deployment). Can clearml-serving be used to serve that?
7 months ago
Hello people 🙂 I wanted to use the client API of clearml to do some analysis on the metadata of my experiments . For instance I would like to get the durati...
3 years ago
hey all getting this error pretty sprotically ile "/home/ubuntu/.clearml/venvs-builds/3.9/lib/python3.9/site-packages/clearml/task.py", line 1113, in output_...
2 years ago
Hey, I have a question regarding pipelines. Let's say I have 2 scripts: train.py and evaluate.py. Each of them creates a task using Task.init and logs some i...
3 years ago
Hi, question about setting output_uri=True for a pipeline step using Decorators. What I’m seeing is that training results in no output destination specified,...
3 years ago
Hi, everyone As far as I know, ClearML has logging of machine learning processes, however I couldn't find any information regarding its system of accounting ...
3 years ago
Hi everyone! how can i automatically report system resources utilisation?
4 years ago
Hi community, Is there a way to download all the logged scalars/plots using code itself?
3 years ago
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
4 years ago
Hey, question about the logging of arguments parsed with a clearML task. When I run my experiment and parse an argument called 'train_dataset' with a clearml...
9 months ago
Hi all, I am running a self hosting ClearML server on an EC2 instance. I am able to run training and log the data into a separate S3 bucket by specifying the...
2 years ago
hi, I have a pipeline designed whenever I run that all the steps will be present in all experiment but i want that to be in the project that i have specified...
one year ago
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
2 years ago
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
5 years ago
I trained a model, saved it. Now I am trying to access it from another machine, but the model url is a local path. How can I download models from Clearml?
2 years ago
results in
3 years ago
Hello This is a reminder that we're having our first community talk tomorrow! We'll be discussing our latest feature - ClearML Apps! We'll also review the ne...
4 years ago
Hi all! How can I reference the model id that was used to create a certain dataset?
2 years ago