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
After training model using grid database, I got a following message like..
File "run_exp.py", line 40, in main
runner.test()
File "/home/reasonance1216/GRAN-master/runner/gran_runner.py", line 334, in test
A_tmp = model(input_dict)
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in call
result = self.forward(*input, **kwargs)
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 141, in forward
return self.module(*inputs[0], **kwargs[0])
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in call
result = self.forward(*input, **kwargs)
File "/home/reasonance1216/GRAN-master/model/gran_mixture_bernoulli.py", line 445, in forward
A = self._sampling(batch_size)
File "/home/reasonance1216/GRAN-master/model/gran_mixture_bernoulli.py", line 292, in _sampling
A = torch.tril(A, diagonal=-1)
RuntimeError: invalid argument 1: expected a matrix at /opt/conda/conda-bld/pytorch_1544174967633/work/aten/src/THC/generic/THCTensorMathPairwise.cu:174
I haven't modified the source code at all. Is there anybody who are having same problem with me?
The text was updated successfully, but these errors were encountered:
reasonance1216
changed the title
Got an error message in running the test of ex:qperiments 'grad_grid'
Got an error message in running the test of experiments 'grad_grid'
Dec 23, 2019
After training model using grid database, I got a following message like..
File "run_exp.py", line 40, in main
runner.test()
File "/home/reasonance1216/GRAN-master/runner/gran_runner.py", line 334, in test
A_tmp = model(input_dict)
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in call
result = self.forward(*input, **kwargs)
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 141, in forward
return self.module(*inputs[0], **kwargs[0])
File "/home/reasonance1216/anaconda3/envs/wavernn/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in call
result = self.forward(*input, **kwargs)
File "/home/reasonance1216/GRAN-master/model/gran_mixture_bernoulli.py", line 445, in forward
A = self._sampling(batch_size)
File "/home/reasonance1216/GRAN-master/model/gran_mixture_bernoulli.py", line 292, in _sampling
A = torch.tril(A, diagonal=-1)
RuntimeError: invalid argument 1: expected a matrix at /opt/conda/conda-bld/pytorch_1544174967633/work/aten/src/THC/generic/THCTensorMathPairwise.cu:174
I haven't modified the source code at all. Is there anybody who are having same problem with me?
The text was updated successfully, but these errors were encountered: