neurostatslab / vocalocator

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

Add `load_weights` methods to `GerbilizerArchitecture` and subclasses #39

Closed amanchoudhri closed 1 year ago

amanchoudhri commented 1 year ago

Closes #29.

Aramist commented 1 year ago

Actually, before merging, run it once to make sure the torch libraries don't break when they are handed Path objects instead of strings. I would assume that they support it because pathlib is part of the standard libraries, but even other standard apis give me issues sometimes.

amanchoudhri commented 1 year ago

Looks like it works!

image