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 trying to train the model (currently using provided example 'python bin/train_model.py -c configs/train_tsdiff/train_uber_tlc.yaml'), but am struggling to fix the following error:
File "/.../src/uncond_ts_diff/arch/s4.py", line 967, in forward
k = torch.fft.irfft(k_f, n=discrete_L) # (B+1, C, H, L)
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
Any guidance on how I might have caused this would be much appreciated, I am not very experienced in this area. Thank you.
I have also provided a screenshot of the last output (I am running the model on WSL).
The text was updated successfully, but these errors were encountered:
I am trying to train the model (currently using provided example 'python bin/train_model.py -c configs/train_tsdiff/train_uber_tlc.yaml'), but am struggling to fix the following error:
File "/.../src/uncond_ts_diff/arch/s4.py", line 967, in forward
k = torch.fft.irfft(k_f, n=discrete_L) # (B+1, C, H, L)
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
Any guidance on how I might have caused this would be much appreciated, I am not very experienced in this area. Thank you.
I have also provided a screenshot of the last output (I am running the model on WSL).
The text was updated successfully, but these errors were encountered: