简体   繁体   中英

Theano-cache clear in Anaconda spyder

I first installed Anaconda on Win8 64bits correctly, then installed Theano by pip install theano from windows console. As I run the code in spyder IPython console, it asks me to clear theano cache( theano-cache clear ). So I typed theano-cache clear in IPython console, but it shows invalid syntax.
Can anybody show me where I have done wrong? Or how can I clear theano cache in this case?
Thanks in advance.

BTW, the file theano-cache is in C:\\Program Files\\Anaconda2\\Scripts, there is not a bin folder in C:\\Program Files\\Anaconda2\\Lib\\site-packages\\theano.

You need to run theano-cache clear in your shell not IPython. As it says in the docs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM