Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
2 years ago
Hi there, I have a bit of a problem with AWS secrets: I pass keys as env var to clearml-agents to retrieve data from a bucket in us-east-1 but I use a bucket...
4 years ago
Is there a way to automatically upload images that were uploaded with tf.summary.image ? These are run in graph mode so I can’t get .numpy() easily.
3 years ago
Can I somehow change a project settings via the Python SDK?
2 years ago
Hey, loving ClearML so far. I create an agent with 1 gpu and I am sending a task to it. But it says that it couldn’t create a docker with gpu access. How can...
3 years ago
After launching remote controller I get the following error message in the ClearML task console : Traceback (most recent call last): File "src/ClearMLPipeLin...
3 years ago
Hello, The problem: clearml UI (and service in general, e.g. task logging) is unreachable via the VPN-internal IP of the machine it was deployed on. Was reac...
3 years ago
Hello everyone. I would like to ask about the rapid decline in acuracy of opportunity learning. When I run the code for learning locally, it is fine, but whe...
one year ago
Hey, Can ClearML uploads data to private blob storage Azure? I have authorization errors. Is it due to the fact that I do not have the required permission on...
2 years ago
Hello, Have been trying for a long time to make a task that collect a dataset from cvat and trains a yolo modell in clearml. But cannot figure it out and get...
2 months ago
Hi guys! I try to create leaderboard on a project, and nothing is happen... Can you tell me where the error might be? I couldn't add any metrics
one year ago
In a self hosted server I am getting a similar issue to this: None The agent-services keeps restarting repetitively. In the docker logs I am getting this err...
11 months ago
Hi All, I’m curious if anyone has an example of editing the configuration of a running TaskScheduler or TriggerScheduler . If I understand correctly the desc...
one year ago
Regarding the new version 1.1.2, I have noticed type hints are now included in the script generated by PipelineDecorator.component in the function arguments....
4 years ago
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
4 years ago
Is there any way to send an http request to trains server with a configuration string of some sort to be passed in as a parameter to a Pipeline or Task?
5 years ago
Hi I initialise a task and ran it on my local system but when i try running it with the clearml-agent i always get errors for modules not being present in th...
3 months ago
Hello Everyone, I have an video classification model. I have a lot of metadata about the videos in a csv file, I first preprocess the metadata and in pandas ...
one year ago
Hi. I'm struggling with executing a python script which is a replica of a notebook, which executes fine. The issue I am encountering is clearml_agent: ERROR:...
4 years ago
Hi guys, Last night one of our agents (0.16.1) was disconnected from our trains-server while executing an experiment. I saw that because the experiment it wa...
5 years ago
Hi, I am fine-tuning pretrained models from huggingface the trainer method. During the training I generate checkpoints which I want to access via ClearML. It...
2 years ago
Hi. is there a way to make hyperparameters/any part form become a dropdown list when in Draft mode on ClearML UI? like we want set using UI but limited optio...
3 years ago
Hey guys, Is there an e2e working example of writing a pipeline with 2-3 tasks? Just an hello world. I am the first one who tries to make ClearML pipeline to...
3 years ago
Second question: I want to run clearml-server without fileserver. However, it seems like the webserver has some dependency on it (I get some nginx error). Am...
3 years ago
Hello guys, I understand we can add some scripts for clearml-agent to execute prior to the task. Is it possible to add scripts to run after the task?
2 years ago
there is no link that appears to show up
4 years ago
Hello community, I am trying to run a Pipeline using Pipeline Decorater. My components i.e. step_one, step_two.... I want to run this components on a queue d...
2 years ago
Hi all, I was trying to reduce the amount of logs shown in the cosnole produced by tqdm, so I set console_cr_flush_period: 30 . It works correctly when I run...
2 years ago