vocalpy / vak

A neural network framework for researchers studying acoustic communication
https://vak.readthedocs.io
BSD 3-Clause "New" or "Revised" License
78 stars 16 forks source link

ENH: Add segmentation metrics #744

Open NickleDave opened 7 months ago

NickleDave commented 7 months ago

I started this here: https://github.com/vocalpy/vak/tree/add-segmentation-metrics using the segmentation metrics built into VocalPy

But if we're going to use torchmetrics, really we should

This is duplication but I think in this case worth it to be able to have models work purely with tensors instead of flipping back and forth b/t torch.tensor and numpy.array