Wondering why this is the case when deploying the clearml server locally * Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This ...
3 years ago
additionally i'm wondering if you can configure the routes for the api, server and file server to be paths instead of sub-domains: i.e. http://clearml-server...
3 years ago
Hello, How to change the file path of Task’s artifacts. I’m migrating Clearml-server from ServerA to serverB. I’d also like to move the file storage from Min...
3 years ago
Hello, is there a way to check whether the experiment was run from CLI (e.g. using clearml-task) or by clone+enqueue from the API, I mean from the code while...
3 years ago
Hi all, is there a way to know during runtime if the code is running in remote using the clearml-agent or if it is running locally?
3 years ago
Hello everyone, When I try to connect to my clearml server using clearml-init, I encounter this error.
3 years ago
1st: is it possible to make a pipeline component call another pipeline component (as a substep)? Or only the controller can do it? 2nd: I am trying to call a...
3 years ago
Hi, I have a plt plot that is being automatically uploaded to a Task and is presented in the Plots section of the task as expected. However, the plot itself ...
3 years ago
Hi I have a problem (presumably) with k8sglue-agents working roughly 50% of the time. Basically what happens is when I launch a pipeline from command line, i...
3 years ago
Hey Team! There's something small yet annoying that I would like to bring to your attention... When reporting plots / tables, the name of the series doesn't ...
3 years ago
Hi all, I was going through the different ways to deploy ClearML. The AWS EC2 AMI is one way to go about it, however, has anyone managed to go about deployin...
3 years ago
when i run my tasks on the remote machine it runs successfully. However when my colleague tries to run his task on the same remote machine it fails to access...
3 years ago
Hi all, I'm running DL experiments on top of mmdetection. The experiments are deployed remotely on a dedicated EC2 instance through clearml-task --queue ... ...
3 years ago
Hi everybody, I am having an issues with a self-hosted clearml server... I am having a problem enqueuing experiments whose code is in a git repository, they ...
3 years ago
Hello, how can increase the number of debug samples to be recorded in one training?
3 years ago
Hi there, I have a pipeline that query data from a Neo4J database. When I run it using PipelineDecorator.debug_pipeline() it runs just fine, but when I use P...
3 years ago
Hello there, I am trying to organize the DL code into a monorepo, the repo will have a section of shared packages that will be used by other packages that ar...
3 years ago
automatic ssh keys export to agent in docker mode I don't know how about you - but I have struggled with mounting my host ssh keys inside a docker while usin...
3 years ago
What's the proper way to build a pipeline? In ClearML there are several approaches to build a pipeline. I am about to make a pipeline for the following scena...
3 years ago
Hi, I’m getting this error when I try to run task on a remote agent with docker mode WEB UI: Please make sure you have the correct access rights and the repo...
3 years ago
Hi everyone, I have questions related to clearml-serving. When run clearml-serving we mentioned the input shape and output shape in the argument. In my use c...
3 years ago
Hey all, I am using the self-hosted ClearML server and I am wondering if is it possible to add a SSO authentication to the server instead of username and pas...
3 years ago
Hi all, I'm trying to run the clearml agent from dockerhub image docker run allegroai/clearml-agent-k8s:aws-latest-1.21.2 but I get : invalid option Usage: /...
3 years ago
I have a local folder a, and a dataset B. a: a a/.DS_Store a/1.txt a/b a/b/.DS_Store a/b/1.txt a/b/c a/b/c/1.txtDataset B: b b/2.txt b/c b/c/2.txtI want to “...
3 years ago
I have a pipeline with tasks A->B->C. I want to be able to trigger it manually, and skip A regardless of it’s cache status. I want to pass B value that repre...
3 years ago
Hi! How to fix this error with response?
3 years ago
I am experiencing performance issues with using ClearML together with Pytorch Lightning CLI for experiment tracking. Essentially what we're doing is fetching...
3 years ago
Hi all, I’m running experiments using ClearML. The training is very slow, and I’m getting the following errors and warnings: clearml.Task - ERROR - Action fa...
3 years ago