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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Hi,
I am trying to execute the foloowing statment "$ python demo.py --prefix final --epoch 0 --image myimage.jpg --gpu 0"
The demo.py file is at example/rcnn
Error Message:
mxnet.base.MXNetError: [16:33:57] src/ndarray/ndarray.cc:296: GPU is not enabled
I want to to execute on a CPU as I am not sure My graphics card supports Cuda or not
Environment info
Operating System:
Mac OS sierra 10.12.1
my graphics card is Intel Iris Pro 1536 MB
Package used (Python):
MXNet version:
0.9
Python version and distribution:
2.7
Thanks