Hi all, We are running clearml-session with a ubuntu docker container, our host system is ubuntu 22.04. From time to time we have driver failures. Just nvidi...
12 months ago
Hi all, probably a silly question, but. I'm using report_histogram to report loss distributions, and the documentation says that "The reported iteration / st...
12 months ago
Hi, got a few questions on Clearml seasion with vscode and Jupyter 1. are sessions spawned off Clearml-sessions persistent? How can we connect back easily? 2...
12 months ago
Hi all, is there a way to configure clearml on a host running pytorch training, but not having access to the Clearml server, so it would output clearml exper...
12 months ago
dumb question I know but I have code running on my local machine and I’m using the remotely_execute() call in there so it’d go to my GPU machine
12 months ago
just a small question @<1576381444509405184:profile|ManiacalLizard2> : when I do remotely execute I get this line, Current configuration (clearml_agent v1.9....
12 months ago
I tried using clearml.automaton.TriggerScheduler in the following way: """Add a trigger to test the model once it is published.""" from clearml.automation im...
11 months ago
Hi, I wanted to report a matplotlib figure. In the experiment tab everything works as expected and is displayed correctly. However, when embedding this figur...
11 months ago
I have the user/pass set up on the clearml.conf and also have the enable_git_ask_pass set to True
11 months ago
For some reason, the HTTP library used by ClearML does not like my server's SSL. I have installed ClearML as a docker compose on my TrueNAS Scale with a vali...
11 months ago
Hi all, I have made a pipeline using PipelineDecorator which runs fine when I run it locally. When I execute it remotely, it gets stuck in the queue forever....
11 months ago
hi all, just started tinkering with clearml and wondering if this is suitable to deploy an ETL/ELT pipeline using the agent on my 2nd machine? or is clearml ...
11 months ago
Hi there 🙂 ! I have a little issue. Here's a snippet: task = Task.get_task(task_id=experiment_id) models = task.get_models()["output"] for m in models: prin...
11 months ago
Hello everyone! I am relatively new to ClearML and to the *-Ops concepts at all, as I am but a regular python dev. I am currently trying to implement MLOps i...
11 months ago
Hi, I want to run a task in a docker:dind container (runs Alpine Linux as OS) and setup python there via the setup shell script. However, when running the ta...
11 months ago
hi again, hoping someone can shed some light on my workflow planning. Im rebuilding my project from scratch in clearml, using remote gitlab, i have my person...
11 months ago
Hello everyone, I currently have the following problem: I have rebuilt a pipeline from the example and have noticed that the pipeline is registered cleanly o...
11 months ago
Hi, I Installed local clearml server and when launching the GUI is lacking the metric values table button. Is this a known issue or am I missing something? (...
11 months ago
I noticed when I restore entire ClearML app (tar and untar /opt/clearml/data to new server) I do not see my previous token under workspace-configuration , fo...
11 months ago
Dataset uploading failed, but task finished successfully. As a result - dataset is in inconsistent state, where it thinks that there's a file inside, but the...
11 months ago
Hi! How to correctly configure Clearml with PyTorch-Ignite to write checkpoints to the /mnt/nfs/shared Project Dir in a 3-agent cluster? I tried this task = ...
11 months ago
Hi everyone! I'm trying to use task.launch_multi_node(nodes, devices=gpus, hide_children=True) in conjunction with pytorch-ligtning. I am using the latest ve...
11 months ago
Hey! Did anyone had experience with setting up clearml k8s-based agents to create k8s jobs connected to the node's gpu? running k3s over a local server Thank...
11 months ago
Hi, I've run into a problem and would appreciate some help. I installed clearml locally. When I run a new task on a remote server and in the Python training ...
11 months ago
Hi, ClearML integrates in many AI frameworks. What can I do to integrate into my own built framework and do automaic patching?
11 months ago
Hi, ClearML we're running self-hosted clearml server: Server: 1.14.0-431 • API: 2.28 And faced odd issue with task running on spot VMs. When task was started...
11 months ago
Hello, is there a way to specify the default storage to be s3 (minio) and not the local file system for the self hosted (docker compose) version of clearml? ...
11 months ago
Hello everyone, Quick question regarding the API - what would be the best way to trigger a new run of an existing pipeline with an API call?
11 months ago
Hi all! I’m still new to this and would be very grateful if you could answer my question or point me to a topic where this is discussed. I’m working on my fi...
11 months ago
Hi everyone, I’m looking to implement authentication for my self-hosted ClearML server. Specifically, I noticed the option to enable Web Login Authentication...
11 months ago