Hi there! I'm (again) having trouble with the lack of documentation regarding Task.get_tasks(task_filter={STUFF}). The documentation refers to GetAllRequest,...
4 years ago
Hi. I'm using clearml to log my experiments. During training, I load files using torch.load.Clearml displays the following message: 2021-09-05 11:39:45,012 -...
4 years ago
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
4 years ago
Why would every submitted task be aborted directly?
4 years ago
Hi! I am setting up a few ClearML agents to run on a local GPU server. They have to run in their own Docker containers, since we're not allowed to install a ...
4 years ago
hello, We encountered issue that our model experimenting was pending with msg "waiting to finish uploads". It did not complete the experiment with "failed mo...
4 years 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
When I clone a task, is there a way to set parameters that override rather than replace? As in, original task parameters is param1 = {“a”: 1, “b”: 1} Can I s...
4 years ago
Hi! I have a question regarding standalone server deployment configuration. I can only use ports 80/443 on this server, and i don't have access to subdomain ...
4 years ago
How can I clone a task and execute_remotely the cloned task with exit_process=False. It currently kills the notebook kernel. If I say exit_process=False, it ...
4 years ago
What is the recommended way to stop the execution of a specific agent? This command doesn't allow me to specify the agent IP I want to stop: clearml-agent da...
4 years ago
In 1.0.3, I am able to do task.execute_remotely(clone=True, exit_process=False) and then enqueue. In 1.0.5, it says queue must be specified. Any reason for t...
4 years ago
Hi, I am using clearml with pytorch-ignite and its EarlyStopping handler. I would like to log the counter of the patience of this handler, how can I do that?
4 years ago
Hey guys, hope you're having a good week 🙂 How can i get the status of a task in the queue? status = Task.enqueue( cloned, queue_name='default', ) #now get ...
4 years ago
Hi, how can I use package_manager.force_repo_requirements_txt=true in a mono repository structure? like repo/project-a/requirements.txt , repo/project-b/requ...
4 years ago
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
4 years ago
Hello people, is there an easy way for clearml to work with .yml files as requirements file for task.create() without adjusting them manually? My repos requi...
4 years ago
Trying to create a data pipeline on my own. Wanted to ask, for each batch of data, do I have to create a new Dataset Object or do I just create one Dataset O...
4 years ago
feature request: we have several servers with multiple GPUs, and atm we have to manually check which GPU has enough memory before queuing each experiment int...
4 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
Hi I'm using clearml datasets. How do I tell from the ClearML UI which datasets version am I using?
4 years ago
Hi, I have this issue with clearml datasets. Do you know hot to solve it? (vslam38) quetalasj@quetalasj-Swift-SF514-51:~/PycharmProjects/vslam-experiment$ cl...
4 years ago
Does k8s glue support running service agent? Slightly confused here
4 years ago
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
I get this error when I try to add a batch to a in my clearml-dataset. Generating SHA2 hash for 100 files Hash generation completed 2021-09-10 10:49:13,042 -...
4 years ago
Hello, I have the following basic snippet where I'm trying to add another value to the Task's connected arguments after calling task.connect(args) . Script e...
4 years ago
I have used AWS S3 and minio as storage for clearml artifacts. But has anyone used Nexus as a storage ?
4 years ago
I am hosting ClearML server and I faced issue with closing datasets. For some reason closing datasets ends up with the word "Killed" for datasets more than 2...
4 years ago
Hello @team I am having my data in MinIo browser need upload my data to ClearML is there any possible way if anyone can help ??
4 years ago
Hello I was asked to bring up a clearML server on our system. We do not use any of the cloud options and not use docker as well 🙂 . On most of the services ...
4 years ago