Jong Wook Kim

Results 71 comments of Jong Wook Kim

Hi, I just made a pull request here - https://github.com/wg/lettuce/pull/21. Please review and leave me some comments :D Thanks!

@zacharyneveu I tried to reproduce in various OS including ubuntu 18.04 but `conda install mpi4py=3.0.3` worked fine, referring to `pkgs/main/linux-64::mpi4py-3.0.3-py37h028fd6f_0`. Are you in 32bit by any chance? I did see...

Hi, this is expected because the CREPE model is only trained for pitch accuracy and not voice activity detection. Although you could devise a heuristic based on the confidence metrics,...

> But for the audio I used, crepe will give a non constant pitch during silent period. I am not sure if it is the correct thing. During silence the...

It looks like a network issue (possibly related to the great firewall of China). Can you access this URL: https://github.com/marl/crepe/raw/models/model-tiny.h5.bz2 From your machine?

Sure! One exception is that I don't want to strictly adhere to the 80-column limit of PEP8 - we might want to use [black](https://pypi.org/project/black/) which defaults to 88, or use...

So I'll remove an explicit TF dependency soon, before pushing 0.0.10 to PyPI. So the regression test will probably need to be a compatibility table of TF versions that lists...

I wouldn't mind adding librosa as a dependency

@justinsalamon Justifications: Since we already depend on resampy, I don't think adding librosa would be a substantial roadblock anywhere especially when we require the whole TensorFlow and Keras too. TensorFlow...

It appears that llvmlite inherited via numba sometimes can be an issue on [ARM](https://github.com/librosa/librosa/issues/757) and [Windows](https://github.com/librosa/librosa/issues/848) hosts. I personally had no problem installing librosa on Windows and a Raspberry Pi,...