Is there any reason why doing the following is not possible? Am I doing it right? I want to run a pipeline with different parameters but I get the following ...
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
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
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
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, 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
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
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
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
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
Hi! If there are several tasks running concurrently, which task should Task.current_task() return?
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
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
If you use matplotlib and get several DEBUG messages, use can suppress these by: import logging #remove DEBUG warnings from matplotlib logging.getLogger('mat...
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
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
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
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
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
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
Hi, I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help? Thanks
4 years ago
Will appreciate your help
4 years ago
https://github.com/allegroai/clearml/issues/482
4 years ago
Submitted this issue, pretty urgent for us
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 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