이준혁(Junhyeok Lee)

Results 39 comments of 이준혁(Junhyeok Lee)

@yzmyyff Hi again! I just find this [issue](https://github.com/pytorch/pytorch/issues/98161) that pytorch cannot compile complex valued function. And it seems that pytorch and triton teams do not have time to consider complex...

Almost identical to hifigan example. Not identical to VITS, but [PITS](https://github.com/anonymous-pits/pits) and [VIFS](https://github.com/junjun3518/vifs) are good examples for applying PhaseAug.

Thanks for the issue! Due to the company's recent name change, there was an issue. I've updated it to the current name.

Hi @Whyki, thank you for your interesting question. We did not try PhaseAug to Univnet, since it contains non-waveform-based discriminators, MRSD. However, while it also contains MPD and suffers degradation...

Hi @tridao! I have some troubles with python3.10, so I need to use nvcr 23.04. Is their any suggestion to handle this import error with lower version of images?

Hy @eyacov! I am not sure about the Python version compatibility. It was tested by Python 3.6 and Nvidia's docker image from [nvcr.io/nvidia/pytorch:20.09-py3].(https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch) Could you provide the error messages you're...

Hi @eyacov , It seems that error message is about cuda version issue. Since this project started at 2020, it is utilizing old version of torch and cuda, which do...