I use essentia for python3. Like this: import essentia.standard as es
When i run my script, i always see this line first:
[ INFO ] MusicExtractorSVM: no classifier models were configured by default
and then my own output. And i really, really tired of this. I tried logger and
I use essentia for python3. Like this:
import essentia.standard as es
When i run my script, i always see this line first:
[ INFO ] MusicExtractorSVM: no classifier models were configured by default
and then my own output. And i really, really tired of this. I triedlogger
andbut still see this. How to get rid of it?