neurostatslab / vocalocator

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

Create a more cohesive training/evaluation interface #24

Closed amanchoudhri closed 3 months ago

amanchoudhri commented 1 year ago

Currently there are a number of different ways to train models (run_gpu.sh, run_batch.sh, end_to_end.sh, requesting a gpu manually and using main.py, etc), along with assess and eval (assess.py, run_eval.sh). Some of these scripts no longer work, and it's not clear which are the preferred / best ways to train models.

Recommendation: