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

Hi, I'm building projects on the versions as below: - Python: `3.8.6` - ClearML: `0.17.2` - Trains-Server: `0.16.1` The hyperparameters are provided as `dict`-like objects to configure the training settings...

1、How do I enter custom hyperparameters when using the tasks.clone API? What should the custom format of the input be 2、Is there a more detailed use case for the ClearML...

Hi : now I use https://github.com/tensorflow/java , I wanna use clearml sdk code inherit with it, how can I do it

Hi, I used the following two (recommended) lines in my otherwise (when not integrating ClearML) functioning image segmentation training script (which besides ClearML uses Pytorch Lightning, MONAI and Tensorboard.) ```...

when I try to log an image I get this error: ``` clearml.metrics - WARNING - Failed uploading to [...] 413 Request Entity Too Large 413 Request Entity Too Large...

When I try to load a checkpoint from S3 that is saved by ClearML I get this error. ``` In [3]: torch.load("/Users/Downloads/best_model_271.pth.tar") --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in...

When I hover a scalar plot the name of the label is cropped e.g. name_loss_l1 becomes name_loss... is it possible to avoid to the crop and visualize the full label?...

clearml version: 1.2.0 catboost version: 1.0.4 python version: 3.8.10 docker image: nvidia/cuda:11.2.1-cudnn8-runtime-ubuntu20.04 log: ``` Traceback (most recent call last): File "catboost_train.py", line 468, in main() File "catboost_train.py", line 449, in...

Currently there isn't an option to change the user name inside the UI. It is based off of the Clearml credentials , so in order to change the user name...

Hi everyone, I was wondering if anyone encountered this behavior while working with ClearML over docker containers. This may not be directly related to ClearML. **Machine 1:** Local server, I...