sce-tts/sce-tts.github.io

Glow-TTS 학습 진행 단계에서 오류 발생

Closed this issue · 1 comments

코드를 바꾼거는 버전들만 바꿔줬습니다.

-- Process 0 terminated with the following error:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/torch/multiprocessing/spawn.py", line 59, in _wrap
fn(i, *args)
File "/content/glow-tts/train.py", line 88, in train_and_eval
train(rank, epoch, hps, generator, optimizer_g, train_loader, logger, writer)
File "/content/glow-tts/train.py", line 116, in train
scaled_loss.backward()
File "/usr/local/lib/python3.7/dist-packages/torch/tensor.py", line 245, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph, inputs=inputs)
File "/usr/local/lib/python3.7/dist-packages/torch/autograd/init.py", line 147, in backward
allow_unreachable=True, accumulate_grad=True) # allow_unreachable flag
SystemError: <built-in method run_backward of torch._C._EngineBase object at 0x7f212f76ce20> returned NULL without setting an error

해결방안을 아시는 분 알려주세요!!!! 제발요...

아마 사이트 댓글에 남겨주셨던 분 같은데, 녹음된 음성 파일이 문제였던 것 같습니다.
일단 이슈는 닫고, 동일한 문제가 재발한 경우에는 이슈를 다시 열어주세요.