Hi all! Please tell me why the almost the last version of docker-compose is used (in the example from the site 1.24.1, link https://clear.ml/docs/latest/docs...
4 years ago
Hi! I see the following in the docs https://clear.ml/docs/latest/docs/references/sdk/model_model/#modelquery_models But I get AttributeError: type object 'Mo...
4 years ago
Hi everybody, I'm trying to run an experiment inside a Docker and I get: Repository cloning failed: Command '['git', 'checkout', 'commit-id', '--force']' ret...
4 years ago
Is there a direct way to get a model using its id like it works with Dataset.get?
4 years ago
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
4 years ago
I have a clearml server deployed. I can see in the docs that one way of doing things is through api calls. The docs mention the end point url but does not me...
4 years ago
Hi, i would like to ask around if anyone has following languages working with ClearML? It can be direct from ClearML SDK or via any indirect method. Julia R ...
4 years ago
Hello, I have a problem with task.set_initial_iteration(0) in Google Colab. After continuing the experiment, gaps appear on my graph, but if you use Colab. I...
4 years ago
Another question, I have written a code that includes a task scheduler that calls a function. That function watches a folder and if there are sufficient imag...
4 years ago
Is there a quicker way to abort all running experiments in a project? I have over a thousand running anonymous data tasks in a specific project and I want to...
4 years ago
Whet is the method for packages exploration when using conda? Agent is set to 'conda' mode. We upload a task from a local conda env that (obviously) has some...
4 years ago
I'm trying to run a task on an agent. I've passed the requirements file but it isn't able to install it. The error is in the reply. Help would be appreciated.
4 years ago
Is there a functionality to see the dependency structure of datasets? Or has anyone written a script for this? 😄
4 years ago
I have a function that runs normally. Its job is to monitor a specific folder, and when I execute the script locally it works fine. When I make a TaskSchedul...
4 years ago
Hi, if I am starting my training with the following command: python -u -m torch.distributed.launch --nproc_per_node=2 --use_env train.py --config configs/tra...
4 years ago
In the configuration section of an experiment, I can see the args I passed via argparse. Is there any way to create other sections other than args and tf_define
4 years ago
In the case where I'm passing a schedule_fn to add_task in a TaskScheduler, how do I pass the function arguments?
4 years ago
4 years ago
When saving the model, there's a label tab but it's empty.
4 years ago
Hi, another issue is faced when using mmdetection/mmcv with clearml. The automatic uploading of checkpoint meets the following error: clearml.storage - ERROR...
4 years ago
Hi, I am currently trying to train with https://github.com/open-mmlab/mmdetection using ClearML, and executing remotely. The recommended way of training mult...
4 years ago
is there a way to tell an experiment not to use caches? from the python API specifically. something like task.use_caches = False ? I don't want it to use any...
4 years ago
When it comes to continuous training, I wanted to know how you train or would train if you have annotated data incoming? Do you train completely online where...
4 years ago
Is there a ClearML way to write a scheduler to watch a folder and publish a dataset when there are X number of files in that folder, or do I have to write a ...
4 years ago
I wanted to ask, I'm versioning my data using ClearML Data. And I'll have a training task with ClearML Task. My question is, does ClearML keep track of the D...
4 years ago
Hey guys, I'm having the strangest error ever... I've installed ClearML using HELM on our K8S server, and now the fileserver complains that it has no permiss...
4 years ago
Hello everyone, what is the behavior of clearml-agent when run in docker mode and the container crashes? To me it seems like the clearml-agent will stop. In ...
4 years ago
I'm on the machine with ClearML Server hosted. Is there any way to see datasets uploaded to ClearML Data without downloading them using ClearML Data?
4 years ago
Hi! I'm using dataset.list_files with wildcards but it is not working as I expected: I think the problem is only when the files are in the root of the dataset.
4 years ago