提交 185d62c2 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update to EMAIL.txt about problem regarding cache.

上级 62ba462a
...@@ -12,14 +12,15 @@ mercurial repository, we encourage you to update to the `0.3.1` tag. ...@@ -12,14 +12,15 @@ mercurial repository, we encourage you to update to the `0.3.1` tag.
Deleting old cache Deleting old cache
------------------ ------------------
Since the default path of the cache directory for compiled object The caching mechanism for compiled C modules has been updated.
changed, we encourage you to delete the previous one. In some cases, using previously-compiled modules with the new version of
Theano can lead to high memory usage and code slow-down. If you experience
these symptoms, we encourage you to clear your cache.
The easiest way to do that is to execute: The easiest way to do that is to execute:
python -c 'import theano; print theano.config.base_compiledir' theano-cache clear
and then call "rm -rf" on the returned result.
A new cache directory will then be created next time you import theano. (The theano-cache executable is in Theano/bin.)
What's New What's New
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论