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

**Code:** ![Screenshot from 2022-05-18 12-51-03](https://user-images.githubusercontent.com/46783803/168975857-5783a903-9c9b-404e-923f-a77d7d513cef.png) **Output:** ![Screenshot from 2022-05-18 12-50-34](https://user-images.githubusercontent.com/46783803/168975759-c1372595-180b-4a23-85b3-a09a2bb6b217.png) **Code Link:** https://github.com/skinan/ParlAI/blob/main/parlai/scripts/train_model.py

**Code Snippet:** ![Screenshot from 2022-05-18 12-47-03](https://user-images.githubusercontent.com/46783803/168975227-0204eeb6-62ea-4f2b-b4ce-b89b5a22eadf.png) **Output on WebUI:** ![Screenshot from 2022-05-18 12-44-35](https://user-images.githubusercontent.com/46783803/168975101-cad2a7bd-615e-4d16-a69d-c108d888ce9e.png) **Link to Code:** https://github.com/skinan/ParlAI/blob/main/parlai/scripts/train_model.py

Hi ClearML Team, I am trying to use Azore Blob Storage Container as the destination storage by setting the output_uri argument in Task.init function. But I am getting error ""....

Hello! When running multiple experiments one by one, at some point I meet infinite "waiting to finish uploads", can you please add a parameter to just abort task on task...

Hi everyone, The "offline mode" feature is great when using HPC environments with no internet connection. Would it be possible to expand this to allows models to be saved (and...

Please add clearml to conda - some packages rely only on conda distirbution and when building a docker image one just can not put a clearml into requirements...

Hi, I am currently using clearml and one of my tasks is to use pandarallel to perform data manipulation. However, the pipeline got stuck after the manipulation is completed. ![image](https://user-images.githubusercontent.com/22469303/168555478-2320ad2d-120a-488e-bc23-ba61751e609a.png)...

Hi, I am trying to run clearml with pytorch-lightning on multiple gpus, but the agent does not catch anything that happens within the fit function (progress bar, tensorboard scalars/plots ets.)...

Hi, we are wondering about this hard-coded value and especially that it is visible in UI. Specifying `step` value however does not display it anywhere... https://github.com/allegroai/clearml/blob/90d060dd7e5f41e2359a6286902c05b5620d31a8/clearml/binding/frameworks/tensorflow_bind.py#L220 Context: https://github.com/pytorch/ignite/pull/2550#issuecomment-1115543004 Anything we...

I'm using ClearML with my PyTorch Lightning project, which logs hyperparameters in a TensorBoard format. To log hyperparameters I've used this workaround: ```python import pytorch_lighting as pl from clearml import...