Hello we want to serve a simple rulebase model. Think it as a .py with with a simple if...else function 1) How do you deliver a Rule Based model. Or do I nee...
3 years ago
bug: There a bunch of phantom tasks in a queue: they are archived and in status draft. Trying to remove them results in a “Remove Queue failed” popup. If I d...
4 years ago
Hello, Is there a time limit for pending tasks in a queue? (Let's say I put a task in a queue and it is not enqueued. Will it be aborted / failed after a whi...
3 years ago
Hi all, I have a question regarding multiple parents: I have a pipe that runs on multiple datasets, and the last step does something on the bulk of those set...
one year ago
Hi, greetings everyone! It's possible to deploy ClearML AI Gateway on an AWS ECS?. According to the documentation, you must mount the volume /var/run/docker....
4 months ago
Hi i am encountering some difficulties while trying to run the examples of the ClearML Documenation (e.g. https://clear.ml/docs/latest/docs/guides/pipeline/p...
3 years ago
in task.init I got the folloing errror message -- "Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'C...
2 years ago
Hi all, what is the appropriate way to mount a volume when running the docker container for a task? I'm executing a task from the experiment manager and addi...
2 years ago
Hey Guys trying to run a task on an agent using docker mode (machine has only cpu) i always get this error (no matter the docker- image im using, i tried sev...
2 years ago
Hi, I have a local package that I use to train my models. To start training, I have a script that calls task._update_requirements([".", "torch==1.11.0"]) . I...
3 years ago
Hello everyone! I'd like to mount some data on trains agent into docker container directory that contains cloned source code from repo, like this: BASE DOCKE...
5 years ago
Hi, we are working on a mini project to 'integrate' ClearML Datasets with CKAN. Wondering if the community could share some ideas.
3 years ago
I just posted a GH issue which totally prevents me from using a scheduler. https://github.com/allegroai/clearml/issues/648 Maybe I missed something, but it l...
3 years ago
I am also experiencing a weird behaviour when running a script using the module flag. For example I run: python -m module.script arg1 arg 2And after the scri...
5 years ago
Hello guys, Can anyone help me?? I got this message when I tried to ran script through clearml-task botocore.exceptions.NoCredentialsError: Unable to locate ...
2 years ago
Hello All! New to ClearML and has been an amazing experience using it so far! I have been trying to add one of my in-house ubuntu servers as a node using cle...
2 years ago
I have a question regarding reducing execution time of pulling results from the server with the python API. As part of some pipeline, after running HPO I am ...
4 years ago
Hey guys, it seems there is something really off about how trains-agent reproduces requirements. It seems it just completely ignored my list of requirements ...
5 years ago
If I create a task using Task.create and then in a separate piece of code I want to report to it (by using Task.get_task(task_id) ), can I still use the auto...
3 years ago
Hi! I am saving some intermediate .pt files on the experiments and clearml automatically detects them as models, this makes the clearml.model - INFO message ...
4 years ago
I'm new to clearml - trying few things - when using the offline mode how do I set the offline dir to s3? I would like to send everything from sagemaker to so...
4 years ago
In pipelines I've found that empty lists don't work as I would expect them to work. For example, this will work fine: from clearml.automation.controller impo...
3 years ago
Hi all! I have a self-hosted ClearML instance running on my server. I see this in the docs: """ - Or manually edit ~/clearml.conf file, making sure the serve...
one year ago
I'm trying to understand the difference between tasks and pipelines. I get the big picture but the thing I struggle to understand is the interplay in the cod...
2 years ago
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
Has anyone tried using ClearML with Ray based distributed training for Computer Vision models like Resnet?
one year ago
Are people using devcontainer + clearml-session?
4 years ago
I keep getting errors when trying to compare a lot of experiments at the same time (>10). what's evern worse is that trains start working much slower in gene...
5 years ago
I cannot get the configuration from a task: I run from clearml import Task, TaskTypes, Model, OutputModel, InputModel from clearml.task_parameters import Tas...
2 years ago