MichalDanielDobrzanski / DeepLearningPython

neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
MIT License
2.79k stars 1.27k forks source link

Add support for apple silicon and switched to Aesara #37

Open ItayXD opened 2 years ago

ItayXD commented 2 years ago

Hi, Theano uses intel mkl and can't support apple silicon (M1 and the new M2). I switched to Aesara and made the necessary changes for that switch. An added benefit is support for the latest version of NumPy.

Cheers