neurostatslab / vocalocator

Deep neural networks for sound source localization and vocalization attribution.
MIT License
2 stars 0 forks source link

Add temp scaling to `ProbabilisticOutput` #43

Closed amanchoudhri closed 1 year ago

amanchoudhri commented 1 year ago

Closes #31.

Adds temperature parameter to pmf method of ProbabilisticOutput, a corresponding parameter to the calibration accumulator's calculate_step method, along with a CLI argument to assess.py where this temperature can be specified.