Discussion:
[theano-users] installation
Chuck Anderson
2017-05-29 13:44:24 UTC
Permalink
What is the best way to install theano within an anaconda distribution of
python 3.6 on linux?

Thank you.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alexander Botev
2017-05-31 17:45:35 UTC
Permalink
I think pip is the best in anaconda if you want the bleeding edge theano.
Otherwise just do

conda install theano pygpu
Post by Chuck Anderson
What is the best way to install theano within an anaconda distribution of
python 3.6 on linux?
Thank you.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...