Nelson Buainain

Results 2 issues of Nelson Buainain

Hi, I'm trying to add a SpecAug layer in the training process of a CNN using the code below: ```Python CLIP_DURATION = 5 SAMPLING_RATE = 41000 NUM_CHANNELS = 1 INPUT_SHAPE...

Hey guys, I trained a custom linear classifier for 154 species. When I make predictions over the same file I get very different results when using the `tflite` and `Raven`...