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
import cudarray
CUDArray: CUDA back-end not available, using NumPy.
Traceback (most recent call last):
File "", line 1, in
File "cudarray/init.py", line 40, in
from .numpy_backend import *
File "cudarray/numpy_backend/init.py", line 2, in
from .nnet import *
File "cudarray/numpy_backend/nnet/init.py", line 3, in
from .conv_bc01 import *
ImportError: No module named conv_bc01
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: