tlc.client.torch.metrics.metrics_collectors
#
Implementations of metrics collectors in PyTorch.
Modules and Packages#
Module |
Description |
---|---|
Base class for all metrics collectors in PyTorch. |
|
Collect embeddings from PyTorch models. |
|
Collect loss and predictions for classification problems. |
|
Collect metrics using a custom function. |
|
Collect metrics for bounding box predictions. |
|
Collect metrics for segmentation problems. |