neural-style-audio-tf
neural-style-audio-tf copied to clipboard
S = np.log1p(np.abs(S[:,:430]))
in read_audio_spectum
@ 4th cell, S = np.log1p(np.abs(S[:,:430]))
. What's the purpose of constant 430?
Much thx!
@DmitryUlyanov