src.model.deeplearn.metric.multihead_metric
Functions
|
Function to compute the metric for the case of many output heads. |
- src.model.deeplearn.metric.multihead_metric.vl3d_multihead_metric(metric)
Function to compute the metric for the case of many output heads. The strategy consists of computing the underlying metric for the last output head only.
- Parameters:
metric – The underlying metric.
- Returns:
The underlying metric evaluated in the last output head.