kitzeslab / opensoundscape

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

support training shallow classifiers on top of tensorflow feature extractor #1051

Closed sammlapp closed 1 month ago

sammlapp commented 2 months ago

for example, say I load BirdNET from the model zoo - it's a tflite model - it would be nice to use the same API as other opso models for training a shallow classifier on top of the feature extractor:

tf_model.train(sample_df, ...)