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
If ll is on CPU instead of a CUDA device it works fine. Is it expected to run on CUDA device or is it fine to run it on CPU?
The text was updated successfully, but these errors were encountered:
rraminen
changed the title
RuntimeError: expected device cuda:0 but got device cpu in ausio.ipynb
RuntimeError: expected device cuda:0 but got device cpu in audio.ipynb
Apr 28, 2020
In https://github.com/fastai/course-v3/blob/master/nbs/dl2/audio.ipynb
This error occurs at
show_spectro(ll.train[4][0])
If ll is on CPU instead of a CUDA device it works fine. Is it expected to run on CUDA device or is it fine to run it on CPU?
The text was updated successfully, but these errors were encountered: