paper-2015-esc-convnet icon indicating copy to clipboard operation
paper-2015-esc-convnet copied to clipboard

librosa.logamplitude has been removed

Open NEGU93 opened this issue 3 years ago • 1 comments

As the title says, logamplitude has been removed. So line logspec = librosa.logamplitude(melspec) should be replaced by librosa.power_to_db on _extract_segments function.

NEGU93 avatar Sep 25 '20 11:09 NEGU93

Thank you. That is indeed correct. However, due to the amount of time that has passed since the original publication, I will be moving this repository to a read-only (archival) mode soon. The technology has changed considerably and I do not recommend writing/using models written in frameworks different than PyTorch/TensorFlow.

On Fri, Sep 25, 2020, 13:09 J Agustin Barrachina [email protected] wrote:

As the title says, logamplitude has been removed https://github.com/librosa/librosa/pull/627?w=1. So line logspec = librosa.logamplitude(melspec) should be replaced by librosa.power_to_db on _extract_segments function.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/karolpiczak/paper-2015-esc-convnet/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABUUQSO7IF5QJOY6CEAJCLSHR25BANCNFSM4RZNFY3Q .

karolpiczak avatar Oct 03 '20 12:10 karolpiczak