Hey all, I'm having an issue using hydra and tensorboardX, where clearml isn't resetting the iterations across different multiruns although it looks as expec...
4 years ago
Hello folks! I don't know if this issue has already been addressed. I have a basic PipelineController script with two steps: one of task is for preprocessing...
4 years ago
I'm trying to set up clearml server on a new vm but the elasticsearch container is erroring with the following: Attaching to clearml-elastic clearml-elastic ...
2 years ago
Hi folks, how does clearml figure out the virtual environment that it needs to use for the task. Is there any way to override the default virtual environment...
2 years ago
Hi All! I'M Trying To Create Dataset With Output_Uri Pointing To Google Storage And Got Weird Error:
Hi all! I'm trying to create Dataset with output_uri pointing to google storage and got weird error: google.api_core.exceptions.NotFound: 404 GET //iam/testP...
2 years ago
Hi everyone, i have a question about using custom decorators with clearml pipeline. Here is my setup: decorators.py def my_decorator(function): @wraps(functi...
one year ago
Hi all, I have a problem that I couldn't figure on my own ,I will be happy for help on this issue! I run on linux with a "father" script that creates a subpr...
3 years ago
so wondering why trains is not picking up the whole path
5 years ago
Hi everyone. For some reason, I could not display my matplotlib plots (with subplots) in Trains, while they can be displayed locally. Here is an example plot...
5 years ago
Hi, we are running on disconnected on prem with a k8s glue. When a pod is spawned, we noted that an apt-get command is performed on the pod. SHort of changin...
4 years ago
Hi guys, I'm new here 🙂 I just launched an AWS EC2 t3.large instance with the AMI from the marketplace according to the docs, and the stage of entering the ...
5 years ago
Hi all, I'm trying to create a task in a Jupyter notebook, and I always get this warning: trains.Repository Detection - WARNING - Can't get branch informatio...
4 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago
Hello, in the following context: controller_task = Task.init(...) # This will clone the parent task, enqueue and wait for finished status data_processing_tas...
5 years ago
Hello, I have been using clearml for my projects lately. I have set it up to log the training data for an RL training job. As of now it currently logs data a...
one year ago
Hi all, my organisation wants to be able to trace the changes of all dataset versions from the latest version to the root (aka we would like to be able to qu...
one year ago
Hey, Is there a way to hide certain configuration paramters? We want to login to db to fetch data, for task run. But we don't want the db connection details ...
2 years ago
Ahoy! What happened to Genesis Cloud integration in ClearML? Namely, there used to be something that allows spinning up Genesis Cloud GPU instances directly ...
one year ago
Hi, Can we upload our project repository to trains server? If we can, how should we do? I know when we write "Task.init()", it uploads our experiment into se...
5 years ago
Hello! I was wondering if anyone ever integrated trains server with Auth0?
4 years ago
hi, were running clearml webserver (version on the ui says: 1.1.1-135 • 1.1.1 • 2.14) on a dedicated ubuntu 20.04 machine with 15g ram and 8 cores. Lately we...
3 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
yo guys, I'm getting Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to O...
5 years ago
Hi fam! Sorry for the potential dumb question, but I couldn’t find anything on the interwebs about it. I’m hosting a ClearML server on AWS, using S3 as a bac...
3 years ago
Hey, is ClearML able to manage (delete) files outside of the fileserver, for example on some shared drive? I consider scenario where only local file path to ...
2 years ago
Hey I’m running this script and initialise the ClearML task also in this file https://github.com/facebookresearch/fastMRI/blob/master/banding_removal/scripts...
4 years ago
Hi all! I I tried to run the manual_upload_model.py script, using a worker, and it fails because when looking at the installed packages, tensorflow is not th...
4 years ago
Hi! I changed from trains to clearml and ran some experiments using keras but it seems the metrics are not being tracked automagically, has anyone ran into t...
4 years ago
Hi, got a few questions on Clearml seasion with vscode and Jupyter 1. are sessions spawned off Clearml-sessions persistent? How can we connect back easily? 2...
11 months ago