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...
one year 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): # ...
one year 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...
one year ago
It returns that on the first try could you please let me know whats going on
one year 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...
one year 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 ...
one year ago
Hello, is there a way to pull dataset from a local hdd when using pipeline as function?
one year 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...
one year 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...
one year 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 ...
one year 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 ...
one year ago
Hi everyone, forgot the password of my account but it looks like i can't receive the recovery password email. Any ideas?
one year 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...
one year 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 )...
one year 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...
one year 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...
one year 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 ...
one year 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...
one year 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...
one year ago
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...
one year ago
Is it possible to run in offline mode and still save the machine monitoring metrics? By default it is monitored for me in online mode but not in offline mode.
one year ago
Hi, clearml stores models in the following format: / / ./ models / Is it possible to change this format ?
one year ago
Is there an official place to report bugs and add feature requests for the app.clear.ml website?
one year ago
Can someone enlighten me about how ClearML supports compliances and prevents a 3rd party LLM like OpenAI GPT-4 from viewing the sensitive information within ...
one year ago
hi, Is there a way to move existing pipelines between projects? Use case: I want to utilize the new pipeline grouping option and view them by project name. T...
one year ago
Is it necessary to serve keras model using triton engine? I'm trying to serve an endpoint, and trying to debug, but the error given not helping much. Is ther...
one year ago
I am creating clearml tasks using clearml.Task.init, for some reason clearml started reusing (and overwriting) old tasks, previously it did not do so. ClearM...
one year ago
Can you help me make the case for ClearML pipelines/tasks vs Metaflow? Context within...
one year ago
error is root@e0d3dd2e3066:/app# python3 pipeline_from_decorator.py Traceback (most recent call last): File "pipeline_from_decorator.py", line 116, in execut...
one year ago
this is my dockerfile
one year ago