提交 19b8d8dd authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Add paragraph on deleting base_compiledir to get rid of previous compiledir

上级 788cd5c3
=========================== ===========================
Announcing Theano 0.3.1rc2 Announcing Theano 0.3.1rc3
=========================== ===========================
This is a bug/crash fix and small feature release. This is a bug/crash fix and small feature release.
The upgrade is recommended for everybody. The upgrade is recommended for everybody.
For those using the bleeding edge version in the For those using the bleeding edge version in the
mercurial repository, we encourage you to update to the `0.3.1rc2` tag. mercurial repository, we encourage you to update to the `0.3.1rc3` tag.
Deleting old cache
------------------
Since the default path of the cache directory for compiled object
changed, we encourage you to delete the previous one.
The easiest way to do that is to execute:
python -c 'import theano; print theano.config.base_compiledir'
and then call "rm -rf" on the returned result.
A new cache directory will then be created next time you import theano.
What's New What's New
---------- ----------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论