Skip to content

Instantly share code, notes, and snippets.

View ElefHead's full-sized avatar
👨‍💻
At work

Ganesh Jagadeesan ElefHead

👨‍💻
At work
View GitHub Profile
@ElefHead
ElefHead / .block
Last active June 1, 2023 17:11
USA States Map Zoom in to Reveal Counties
license: gpl-3.0
@ElefHead
ElefHead / Installing_theano_and_pymc3.md
Last active July 12, 2022 14:55
A guide to install pymc3, theano with CUDA on windows 10 -- Dec 2019

I am writing this gist because I spent 6 hours navigating links trying to get Theano to work with CUDA on windows 10. Hopefully, you wouldn't have to. Once theano is setup and running, you can install pymc3 and it all works. I had tensorflow-gpu setup and running on windows 10; it isn't as simple as pip install theano.

I will list down the instructions, with the links where I found them. Hope this helps someone.

This set of instructions depend on anaconda. Also, this is sort of hacky in the end.

Ok let's begin.