You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to modify the Mel Spectrograms input from BirdNET so instead of having one going from 0 to 3000 Hz and another one from 500 to 15000 Hz i can select different fmin and fmax for each spectrogram and customize it.
I've seen there is a function of MelSpecSimpleLayer that has already een coded in python. But when I try to change the iut spectrograms configurations I get errors. I can't change the old layers by new ones with the desired configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I want to modify the Mel Spectrograms input from BirdNET so instead of having one going from 0 to 3000 Hz and another one from 500 to 15000 Hz i can select different fmin and fmax for each spectrogram and customize it.
I've seen there is a function of MelSpecSimpleLayer that has already een coded in python. But when I try to change the iut spectrograms configurations I get errors. I can't change the old layers by new ones with the desired configuration.
Does anyone know how to do it?
Thank you!
MelSpecLayerSimple python code:
`
import tensorflow as tf
class MelSpecLayerSimple(tf.keras.layers.Layer):
`
Beta Was this translation helpful? Give feedback.
All reactions