dsgt-birdclef / birdclef-2022

Code for the BirdCLEF 2022 competition by the DS@GT team
2 stars 3 forks source link

Add strawman model for tile2vec of birdclef data #1

Closed acmiyaguchi closed 2 years ago

acmiyaguchi commented 2 years ago

Adds code and commands to generate a model for tile2vec with audio data. The resulting embedding does not work well and has all 0s as the result. Will likely work on top of this model to improve it (fewer parameters, removal of fully connected layer, 16 bit precision).