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

I have a quite simple setup, running a training from a jupyter notebook. I'm experiencing with clearml 1.4 and 1.6 as well, that whenever git diff is too large: `======>...

We are currently product-hunting for our MLOps infrastructure and ClearML, Kedro, MLRun are on our short list. We are considering to combine ClearML with Feast, since ClearML has no feature...

Currently, clearml has two approaches to get code to workers. 1. If a git repository is detected then the worker clones this repository. 2. Otherwise, the script code itself is...

Feature Request

In the `configuration view,` the hyperparameters are not shown when hyperparameters are very long (e.g., long strings). When scrolling up/down, some hyperparameters are shown only briefly but then disappear. I...

Hi everyone, I wonder if there is any way to store secret information (password) in a Task. I don't want that information displayed on WebUI. I really appreciate any help...

More details in [this Slack thead](https://clearml.slack.com/archives/CTK20V944/p1657105618477999?thread_ts=1652350709.961419&cid=CTK20V944). When using MinIO, the current `StorageManager` apparently parses the host as the bucket, and then incorrectly creates a folder structure that contains the bucket...

Hi, I am trying to use the ParameterSet for hyper-parameter tuning with dependencies, an example of how i use it: ParameterSet([{“prm1”:1, “prm2": 1},{“prm1”:2, “prm2":2}]) But i get a warning :...

I use `report_image` to show some of my validation image samples but it breaks up to a point with no errors: ```python Logger.current_logger().report_image( "Autotrain", image_title, iteration=self.current_epoch, image=versus_image ) ``` The...

Hello, a discussion on this issue started on Slack [here](https://clearml.slack.com/archives/CTK20V944/p1651591294515349). I have a ClearML server hosted on AWS with web authentication enabled. Each ML person has: - its own user/pass...

I am trying to report additional data to an already-completed task. My code looks like this: task = Task.get_task(task_id=some_task_id) logger = task .get_logger() logger.report_matplotlib_figure(title='some_title', series='some_series', iteration=0, figure=some_fig, report_image=True) However, it...