mlcomp icon indicating copy to clipboard operation
mlcomp copied to clipboard

Distributed DAG (Directed acyclic graph) framework for machine learning with UI

Results 4 mlcomp issues
Sort by recently updated
recently updated
newest added

When I try to add table to my layout, e.g. ``` layout: - type: panel title: table items: - type: table source: [loss, mAP] ``` nothing shows up in report....

Suppose I've done some preprocessing on raw data and want to train several models via grid search. Tasks that had been assigned to the same worker with multiple gpus(`gpu: 1`...

Why might such a problem appear? Tasks can be run. It happens both in minimal and full modes

Hi, your project mlcomp(commit id: c78fdb77ec9c4ec8ff11beea50b90cab20903ad9) requires "albumentations==0.2.3" in its dependency. After analyzing the source code, we found that the following versions of albumentations can also be suitable, i.e., albumentations...