Dan Bigioi

Results 4 comments of Dan Bigioi

> > Try to add this line in models.py > > torch.backends.cudnn.enabled=False > > This worked, but now I'm running into this issue: > > ``` > ======================================= > Start...

I tried running the autoregressive model with WaveRNN instead and I get the same error at inference stage. I dont think its a GPU issue either as I tried running...

@aayushkubb This is the nvidia-smi trace: ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 451.22 Driver Version: 451.22 CUDA Version: 11.0 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC...

@aayushkubb The batch size is most probable to be the cause. Do you know where I would go to change it?