RuntimeError: The size of tensor a (225) must match the size of tensor b (96) at non-singleton dimension 2 #1255
Unanswered
brianadit24
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue on WaveGrad trainer
I want to use hop_length=600 but its no working!
! CUDA_VISIBLE_DEVICES=0 python trisa_vocoder_trainer.py
Traceback of TorchScript (most recent call last):
File "/home/brian.hermansyah/TTS/tts_env/lib/python3.8/site-packages/TTS/vocoder/layers/wavegrad.py", line 69, in shif_and_scale
@torch.jit.script
def shif_and_scale(x, scale, shift):
o = shift + scale * x
~~~~~~~~~ <--- HERE
return o
RuntimeError: The size of tensor a (225) must match the size of tensor b (96) at non-singleton dimension 2
i try to change seq_len=14400 but its still not working
How to handle this issue?
Beta Was this translation helpful? Give feedback.
All reactions