Optimizing Keras To Use All Available CPU Resources
Ok, I don't really know what I'm talking about here so bear with me. I am running Keras with Theano backend to run a basic neural net (just a tutorial set up for now) on MNIST ima
Solution 1:
Ok of course I figured it out right after I posted the question. Sorry if I wasted anyone's time.
I just reinstalled everything using apt-get instead of pip and that worked. Not sure why, maybe I missed something the first time. Anyway,
sudo apt-get install python-numpy python-scipy python-dev python-nose g++ libblas-dev git
fixed it. Not sure which package. I think I just used sudo apt-get install theano
the the first time.
Post a Comment for "Optimizing Keras To Use All Available CPU Resources"