-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I install keras with theano on qpython with aipy and run simple algorithm on mnist.
It run so slow that one epoch take more than a day.
Then I install Ubuntu on my phone. the same phone before. install keras with theano and run the same mnist algorithm, it take 1min for epoch. big difference.
I download libopenblas with apt install, also liblapack and gfortran that pip install scipy with openblas.
The libraries numpy scipy and also theano are link to openblas, and my guess yours libraries are not.
Can you create numpy, scipy and theano linked to openblas. that it can be easy install (for me it take one day to setup all the stuff) and faster with performance that many people can run deep learning on the phone.
Metadata
Metadata
Assignees
Labels
No labels