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
It returns that on the first try could you please let me know whats going on
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
Hello, is there a way to pull dataset from a local hdd when using pipeline as function?
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 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 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 everyone, forgot the password of my account but it looks like i can't receive the recovery password email. Any ideas?
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! 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
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, 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, 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
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
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.
2 years ago
Hi, clearml stores models in the following format: / / ./ models / Is it possible to change this format ?
2 years ago
Is there an official place to report bugs and add feature requests for the app.clear.ml website?
2 years 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 ...
2 years 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...
2 years 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...
2 years 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...
2 years ago
Can you help me make the case for ClearML pipelines/tasks vs Metaflow? Context within...
2 years 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...
2 years ago
this is my dockerfile
2 years ago
FROM ubuntu:20.04 # Update package lists RUN apt-get update # Install Python and pip RUN apt-get install -y python3 python3-pip # Install ClearML Agent RUN p...
2 years ago
i wanna run my python code using docker conatiner but its failing, is someone can help. it will be great
2 years ago
Hi, is there a way to get the quota used by each task? My "metrics" quota is filling up very quickly and I would like to understand what's causing it.
2 years ago
hey I wanna know what's this sysntax is? ${random_model_%i.id}
2 years ago
How can I stop clearml from uploading temporary models? I am running cross_validation, training a bunch of models in a loop like this: models = [] for X_trai...
2 years ago
Hey folks, probably asking a loaded question here, but what does a CI/CD pipeline with ClearML being used simultaneously look like? If I am using Github acti...
2 years ago