DeepLearningPython
DeepLearningPython copied to clipboard
Add support for apple silicon and switched to Aesara
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