clearml icon indicating copy to clipboard operation
clearml copied to clipboard

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution

Results 285 clearml issues
Sort by recently updated
recently updated
newest added

When one of the experiments fails - for instance if the running node is disconnected for some reason - the optimizer on the server suffers from an exception - ```...

hello,sorry to bather you again. when i run the excute_romote example, it just ran a epcoh and status was pending, in my opinion i think it will run 10 epoch...

Instead of coloring only the lines that differ, every line after the first diff is colored too. It seems like diff assumes the same line number too. It really influences...

`Warning: Exception caught during scheduling step: '

hello ,when i use task.execute_remotely(),it works , but i found that the server was going to download some packages through the pip,it cost too much time,it will almost take few...

Following up on Slack [thread](https://clearml.slack.com/archives/CTK20V944/p1643797236716689) I have the following use case: I need to add two custom columns, each reporting one metric. Currently, this shows me the best (min/max) values...

HI when I want to run the demo apply by our web doc office , ``` from clearml.automation.controller import PipelineDecorator,CreateFromFunction,PipelineController from clearml import TaskTypes @PipelineDecorator.component(return_values=['data_frame'], cache=True, task_type=TaskTypes.data_processing) def step_one(pickle_data_url: str,...

Guys, at certain point of time daemon() method just locks and stops working in reporter.py: ```python while not self._event.wait(0): self._flush_event.wait(self._wait_timeout) self._flush_event.clear() # lock state self._res_waiting.acquire() self._write() # wait for all...

Dear All, I used connect_configuration method to create the dictionary in WebApp. ### **How to delete configuration object after creating "test dict"?** Thanks. Here is my code: ` t =...

When using `logger.report_scalar` a plot is automatically generated to accommodate for a time-series axis. There is no current way for the user to report a single scalar with a name...

Feature Request