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
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
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 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
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
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, how can increase the number of debug samples to be recorded in one training?
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
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 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
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, 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
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
That is after I copied and pasted my configuration from clearml server.
3 years ago
3 years ago
Enter user access key: Enter user secret: Verifying credentials ... Error: could not verify credentials: key= secret= Exiting setup without creating configur...
3 years ago
Hello everyone, When I try to connect to my clearml server using clearml-init, I encounter this error.
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, 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
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
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
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
Is it possible to use in clearML Amazon EBS as storage? Is only Amazon S3 supported?
3 years ago
I have a question about the ClearML self hosted instance, I notice there is Elastic Search, MondoDB, and Redis in the helm chart are these required or can we...
3 years ago
I have a logical task that I want to split to multiple workers. The task involves processing media files (not training). The optimal design for me would be: ...
3 years ago
Not able to resume a hyper-parameter optmization. When I try to resume a stopped or aborted parameter optimization experiment, it will fail with the error --...
3 years ago
Suggestion : ClearML to clear "/tmp" directory once in a while from it's own created files Explanation: We just encountered an error (very uninformative) "OS...
3 years ago
hi, I created a dataset with 20K files, total of 20GB, with storage pointing to S3. When I upload (or close) the dataset, during the compression phase, the c...
3 years ago