-
Notifications
You must be signed in to change notification settings - Fork 552
Open
Description
I am trying to install the repo in a conda environment with conda in python==3.7 and getting the following error
Traceback (most recent call last):
File "train.py", line 271, in <module>
main()
File "train.py", line 267, in main
train(0, a, h)
File "train.py", line 122, in train
y_g_hat = generator(x)
File "/home/eyacov/anaconda3/envs/hg/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
File "/media/eyacov/Daten/localization/hifi-gan/models.py", line 101, in forward
x = self.conv_pre(x)
File "/home/eyacov/anaconda3/envs/hg/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
File "/home/eyacov/anaconda3/envs/hg/lib/python3.7/site-packages/torch/nn/modules/conv.py", line 202, in forward
self.padding, self.dilation, self.groups)
RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
I am using linux mint and RTX 4090
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels