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 had the same problem and i solved it.
In script clean.py, replace line 72 by c_wav, g_c = self.segan.generate(pwav, device=device).
Do not forget to define device: device = torch.device('cuda')
When i run run_segan+_clean.sh and set cuda, but got the following error.
RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'
The text was updated successfully, but these errors were encountered: