Hello everyone! I launched an EC2 instance that's free tier ( Ubuntu Server 20.04 LTS (HVM), SSD Volume Type) . I installed docker and docker-compose and the...
4 years ago
I am using opennmt-tf (2.18.1) and clearml (1.1.2) for training and testing my translation models. I am wanting to register the incremental bleu scores and f...
4 years ago
Hi everyone, I just started learning clearml. My goal is to create a task and connect my jupter notebook on clearml. However, I’ve tried clean cookies, unins...
4 years ago
Hi everyone, just started using ClearML and looking for a possibility to run pipelines locally. The https://clear.ml/docs/latest/docs/references/sdk/automati...
4 years ago
Hi, I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help? Thanks
4 years ago
Hi, Having problems during credentials verification in clearml-init. Server installed on a separate machine, Web UI is accessible where I generated credentia...
4 years ago
With ClearML Agent, I’m running it in kubernetes. I want the agent to run with docker, but i get a message that the daemon is not running. Are there instruct...
4 years ago
Hi guys, I was wondering if I can change the base docker image on my agent and use an image that I custom built now inside my agent's docker images library w...
4 years ago
Hey guys, great tool so far!!! I'm just wondering about the username display in the dashboard. So I am using the self-hosted version and it seems like if any...
4 years ago
Okay another question !! Okay so I would like to edit parameters through the ui and run it. So this is my script from clearml import Task task = Task.init(pr...
4 years ago
Okay, 3rd question in a row here, you guys are so helpful here!! Okay so is there some kind of script that launches when say you "publish" an experiment so t...
4 years ago
Hi, dear all, I have a quick question regarding the scalar graph. As you can see in the picture down below, the experiment names are too short when you hover...
4 years ago
I'm using Tensorboard SummaryWriter to add scalar metrics for the experiment. if experiment crashed, and I want to continue it from checkpoint, for some reas...
4 years ago
Sometimes I notice that at the end of an experiment clearml keeps hanging (something with repository detection?) and the script does not end. Do more people ...
4 years ago
Is it possible to import user-defined modules when wrapping tasks/steps with functions and decorators? As far as I know, when I want to define a single “step...
4 years ago
Hi! If there are several tasks running concurrently, which task should Task.current_task() return?
4 years ago
I have another question regarding creating a Task with PipelineDecorator.component . Where can I specify the reuse_last_task_id parameter? I need to set it t...
4 years ago
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
4 years ago
Dear Team - I have some gui related requests / questions: Currently I see scalar graphs Group by either None or Metric. Is it possible to have custom groupin...
4 years ago
Hi all! I have a question regarding clearml-agents that I have not been able to find in the documentation. I have seen an agent is also called a 'worker'. Wh...
4 years ago
Hi, is there a pdf version of your documentation at https://clear.ml/docs/latest/docs ? We work mostly in an offline environment and would benefit from this ...
4 years ago
Hi, there is small bug in the web UI when comparing two experiments scalars: If the two tasks have the same name, then clicking on the “Maximize graph” butto...
4 years ago
Is there any way to: within the UI, select and compare the scalars for more than 10 experiments? I'd like to do something like: select these 10 run in such a...
4 years ago
Hi all, I am faced with the situation that my company's GitLab is temporarily out of service at a certain time in the early morning (due to regular maintenan...
4 years ago
hey guys, I believe clearml-agent-services isn't necessary right? I assume it's just an agent that is running on the same clearml server I have right? I'm la...
4 years ago
Hello again guys, just curious, how do I get my artifact to be under my Models page? So I'm looking at the https://clear.ml/docs/latest/docs/fundamentals/art...
4 years ago
Hi, another idea for ClearML web UI: in the projects view, if I have several experiments being enqueued and I sort by “Started” ascending (newest on top), I ...
4 years ago
Hi! From a task created using PipelineDecorator.pipeline , is there any way to get a task ID from the name of the step listed in the table below? My plan is ...
4 years ago