Gianluca Micchi

Results 6 comments of Gianluca Micchi

I would like to draw your attention to lines 178 and 185 of `utils.py` (https://github.com/mpariente/pystoi/pull/28/files#diff-add0854d17d77236abbfb630bbf6fabf6ed9a6745a06ff12b3cf89ec6a89ceb8L178). I have removed them because 1. I don't think that they are necessary. Why would...

A first leg of this work is proposed in #73

Thank you @fxmarty ! If I understand correctly, there would be two separate models: EncodecEncoder and EncodecDecoder. The Encoder would take an audio file and output its quantised representation, where...

Hi Brian, thanks for the quick reply. I understand the logic now but, as a user, this was an unexpected behaviour that led to hidden bugs in my code, especially...

I understand your point, magic numbers are always a bit tricky and can lead to more unexpected behaviours down the line. However, I have checked the source code and there...

Hi Nestor, thanks for the reply! You are absolutely right about my intention, I do want to add AugmentedNet as a dependency to WhenInRome and this is why I have...