You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing assertion error and the log is as follows:
Traceback (most recent call last):
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/utils/train.py", line 98, in train
disc_real, disc_real_multiscale = model_d(audioG, melG)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/model/hierarchical_discriminator.py", line 30, in forward
x_ = down_(x)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torchaudio/transforms.py", line 382, in forward
return kaldi.resample_waveform(waveform, self.orig_freq, self.new_freq)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torchaudio/compliance/kaldi.py", line 802, in resample_waveform
assert waveform.dim() == 2
AssertionError
Any wayouts from this issue will be helpful.
Thanks
Sagar
The text was updated successfully, but these errors were encountered:
I am facing assertion error and the log is as follows:
Traceback (most recent call last):
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/utils/train.py", line 98, in train
disc_real, disc_real_multiscale = model_d(audioG, melG)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/model/hierarchical_discriminator.py", line 30, in forward
x_ = down_(x)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torchaudio/transforms.py", line 382, in forward
return kaldi.resample_waveform(waveform, self.orig_freq, self.new_freq)
File "/home/stuart/sagar/speech_analysis_synth/VocGAN/venv/lib/python3.6/site-packages/torchaudio/compliance/kaldi.py", line 802, in resample_waveform
assert waveform.dim() == 2
AssertionError
Any wayouts from this issue will be helpful.
Thanks
Sagar
The text was updated successfully, but these errors were encountered: