Is there any way to get just one dataset folder of a Dataset? e.g. only "train" or only "dev"?
4 years ago
hey there! I'm encountering an odd issue - I'm running my agents as python processes on a windows PC endpoints. I recently had a bug that forced me to delete...
one year ago
Hi, I encounter a weird behavior: I have a task A that schedules a task B. Task B is executed on an agent, but with an old commit 🤔 although the branch is p...
5 years ago
Im training machine translation model and want to log once in a while updated model translations for the same group of origin sentences. Can i log new lines ...
3 years ago
Hi, I'm trying to understand if clearml supports my usecase: i generate my own data (problem-specific) and generation process is uploading a Parquet dataset ...
4 years ago
Hey everyone, I have been trying to get the pytorch lightning CLI to work with remote task execution, but it just won't work. I took the https://github.com/a...
2 years ago
Dear all, great to join your community. We are working on plant growth stage models at BASF for farmers and I was wondering if clearML can be used also for d...
2 years ago
Hi all, if I have a project structure that utilize a setup.py to be setup as local editable package, how do I make this works with clearml pipeline for remot...
one year ago
Hi everybody! I'm running an example pipeline from a web UI. I notice very strange behavior. After the first local run, I can create a NEW RUN and pass initi...
2 years ago
I deployed a self-hosted ClearML server with Docker Compose. Then I created a project, added ClearML to my Python project, and executed the Task. Then I want...
2 years ago
Hi everyone, Is there any way to add task_types ? I know supported values are ‘training’, ‘testing’, ‘inference’, ‘data_processing’, ‘application’, ‘monitor’...
3 years ago
ClearML Server deployment uses node storage. If more than one node is labeled as app=clearml, and you redeploy or update later, then ClearML Server may not l...
4 years ago
do tasks that are created through create_function_task run the entry_script again instead of just the pure function?
4 years ago
Hello, Question about the time of upload: Is it faster or exactly the same to upload 1 file of 1Gb compared to 10 files of 100 Mb?
2 years ago
Related to my above thread, I think there is some more customization that needs to be supported to use docker mode properly for different use-cases. It seems...
4 years ago
Hi, I'm having issue with running clearml-agent in docker mode. I spin up an agent in the following way: clearml-agent daemon --queue docker_test --docker nv...
2 years ago
Hi! I feel really stupid asking this, but: how do I download graphs in a .csv format? I only have download json button, opposed to the documentation that say...
2 years ago
Hi just to confirm, i set my default output_uri to s3, output_uri will upload just artifacs, console log, file server will save plot images like matplotlib/s...
2 years ago
Hi, how can I run on remote with clone the repo? pre-made docker with all the code
2 years ago
Hi all! I have been trying to work with running hyper-parameter optimization experiment by creating a base experiment and then using .py script to kick off t...
2 years ago
Hi everyone, I have an issue with clearml serving and self-hosted clearml server. I have posted on Github None Almost of examples of clearml-serving, I can n...
one year ago
Hello! Please tell me, is there any way to correct a typo in the metric name in scalars and in plots? Without having to restart all experiments. It doesn't s...
2 months ago
Hi, every one, what is the algorithm to schedule a task after pulling it from a queue in agent? I am using ClearML Open Source. Thanks in advance.
4 years ago
Hi there, any plan/benefit to support virtualenv= 20 ?
5 years ago
Hey! Trains looks super promising for our project, but I struggle to understand the saving and model aspect of trains. I have a pytorch model that I save wit...
5 years ago
Hi, i would like to understand the dataflow when using clearml-data. When i use clearml-data CLI to get versioned data. Does the data proxy though ClearML Se...
3 years ago
Hello! Is there any way to download a part of dataset? For instance, I have a large dataset which I periodically update by adding a new batch of data and cre...
3 years ago
hello everyone! is it possible to transfer data (datasets, models) from one ClearML instance to another? How can I do this? I store my data in s3 and clearml...
one year ago
Hi, our server IP address has changed, and this breaks all the paths to artifacts / datasets. Is there a way to fix the old paths so that they can be accesse...
4 years ago