Seunghyun Oh
Seunghyun Oh
I got a same problem in my model. Thanks for sharing this discussion. However, how's about if when we get the complex number 0+0j, then add the smallest number in...
I got a same issue in my coral dev board mini. I am currently using MacOS M1 Pro, and before this, I connected this device and ran ssh service. Finishing...
안녕하세요! 음성데이터에 대해서 자세한 자료 감사합니다! 혹시 "푸리에 변환시 발생할 수 있는 numerical problem 예방"라고 언급하셨는데, 찾아보는데도 구체적인 자료가 없어서 조금 더 자세하게 말씀해주실 수 있을까요?
@ivy-leaves Thanks for guide! I added PR description with issue and link.
I understand your question as a necessarily to add overlap_and_add function. I think when we consider inverse short time Fourier transform(istft), then overlap and add has necessary independent object. If...
I understand. Then do all backends mean "Jax, PyTorch, TensorFlow NumPy and Paddle"? I'll edit and let you know :)
@KareemMAX I added overlap and add function in backend for numpy, torch, Jax, paddle. I wander above failure of tests did not include overlap and add.
@KareemMAX Thanks for comments. I'm checking your comment. After finishing, let you know!
Hi, I changed torch.jit.script to torch.jit.trace in export_impl function(df/script/sexport.py) as below, ```python # df/script/sexport.py # model = torch.jit.script(model, example_inputs=[tuple(a for a in inputs)]) # error part model = torch.jit.trace(model, tuple(a...
Thanks for question! @ganzgustav22 I met same problem in rpi4 and tried above trial (`dtparam=i2s=on` to /boot/config.txt), but it can't. Did you find any solution for the problem?