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'm getting the following error when running the urbansounddataset.py file:
resampled = torch.nn.functional.conv1d(waveform[:, None], kernel, stride=orig_freq)
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same. I've tried to figure out why by checking my variables, but i'm just struggling with that. Do you have any idea? I'm using windows, and torch 1.13.0+cu117.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when running the urbansounddataset.py file:
resampled = torch.nn.functional.conv1d(waveform[:, None], kernel, stride=orig_freq)
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same. I've tried to figure out why by checking my variables, but i'm just struggling with that. Do you have any idea? I'm using windows, and torch 1.13.0+cu117.
The text was updated successfully, but these errors were encountered: