kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
136 stars 15 forks source link

only use internal pytorch architectures #1004

Closed sammlapp closed 4 months ago

sammlapp commented 4 months ago

switch efficientnet to internal pytorch version. This will not be backwards compatible with efficientnets trained in previous opso versions.

to use models from previous versions, you should use older opso version or specifically import the class that was used in previous versions. See this thread: https://github.com/kitzeslab/opensoundscape/issues/998