Question about the task and queue in the clearml SDK. There are three machine, machine A(running the clearml server), machine B (Linux, target machine to run...
2 years ago
Hello everyone @<1574207105437536256:profile|HungryCat90> ! I am running a self-hosted clearml-server and I am having trouble in cloning sub-packages of a mo...
2 years ago
Hello, Got a simple pipeline with 2 tasks, first task is the parent of the second one. Until recently everything worked fine. We updated agent versions and n...
2 years ago
Hi, I wrote a pipeline of two steps. - train - convertIf I attach a model as OutputModel to the first task, the model is visible to the second step. Whereas ...
2 years ago
Hi, what is the expect input of the series parameter of the logger.report_line_plot function? I am passing list of two lists (like [[1,2,3], [4,5,6]] ) to pl...
2 years ago
Hi, in your latest changelog. There's a new function. Task.launch_multi_node() for distributed experiment execution In the context of using with K8S glue, wi...
2 years ago
Hi everyone! I try to run Pytorch Lightning code on SLURM with srun script like this ( https://pytorch-lightning.readthedocs.io/en/1.2.10/clouds/slurm.html )...
2 years ago
Hey, I'm trying to set up ClearML to work with shared drive where all models are going to be stored. Do you know how to store the models during training simp...
2 years ago
Hi everyone, forgot the password of my account but it looks like i can't receive the recovery password email. Any ideas?
2 years ago
Hi Everyone, I am trying out pipeline with functions. I have a requirements.txt in my folder root. When I run my pipeline, the pipeline started successfully ...
2 years ago
Hi All, I'm new to ClearML, and trying to understand the set_metadata method of the Dataset class. The documentation is almost non-existent Does anyone have ...
2 years ago
Hi everyone, I would like to know if possible on how clearml can be useful to be used with PowerBI? I am working with real-time recording databases related t...
2 years ago
Hi, I was trying to install clearml agent using helm chart but my k8s version is not compatible. I have am older k8s version. Is there anywhere I could get a...
2 years ago
Hello, is there a way to pull dataset from a local hdd when using pipeline as function?
2 years ago
Hi ! I have some hyper parameters of my clearml task which i connected to task with- parameters = task.connect(model_train_dict, name='train_params'). I ran ...
2 years ago
Hi I’m trying to run the Promptymizer app from your youtube videos and I’m running into this error Retrying langchain.llms.openai.completion_with_retry.._com...
2 years ago
Hi! I have a dataset like this: v1.0.0 - file_1.csv - file_2.csvv1.0.1 - file_2.csv - file_3.csvv1.0.2 - file_3.csv - file_4.csvHow can I get a new dataset w...
2 years ago
I found an interesting error. If I run the following: # Load the model from remote storage if model_url is provided if cfg.clearml.get("model_url", None): # ...
2 years ago
Hi All, I am really stuck in getting a clearml pipeline to work. I am using the open source version I am trying to reproduce the example on the documentation...
2 years ago
Hi ! I have a config dictionary which is a dot dictionary ( a dictionary that supports dot notation as well as dictionary access notation set attributes: d.v...
2 years ago
Hey I'm struggling with some typing issue when it comes to the pipelines. Following the documentation I created my pipeline from functions, added params and ...
2 years ago
Hello everyone, can you please tell me where can I set display options for clearml debug samples? I only have the last 3 iterations displayed?
2 years ago
Is it possible to embed a streamlit app in a ClearML report? Are there other ways to integrate streamlit apps?
2 years ago
Hi! How can I force clearml to find my repo? My current repo structure is like this: - backend - frontend - ml - …Since I work only on the ml folder I launch...
2 years ago
Hi, I am having trouble with comparing plotly plots from different experiments. The plots, when you look at them within one experiment look fine (attaching s...
2 years ago
Hi, Could use some help here. I have a pipeline that worked just fine last week. Now when creating a new run using the GUI, the pipeline task fails with a st...
2 years ago
I had a good look at all the introduction video on youtube and had some questions. Context: if we are going to deploy and maintain ClearML servers our self i...
2 years ago
Hi, When using a pipeline decorator how do i add a local module? i keep on getting this error message: Traceback (most recent call last): File "/tmp/tmpjwvz_...
2 years ago
Hi, is it possible for ClearML to support languages other than Python?
2 years ago
Hi Team,i am doing retraining of the model once new data created. my code is stucking as shown below
2 years ago