提交 aaab14d9 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Updated a line in doc to reflect status of lock mechanism

上级 f299ebf0
...@@ -113,7 +113,8 @@ case if ``borrow`` was True, the thunk would be allowed to reuse (or ...@@ -113,7 +113,8 @@ case if ``borrow`` was True, the thunk would be allowed to reuse (or
Theano also implements a lock mechanism that prevents Theano also implements a lock mechanism that prevents
multiple compilations within the same compilation directory (to avoid multiple compilations within the same compilation directory (to avoid
crashes with paralell execution of some scripts). This mechanism is crashes with paralell execution of some scripts). This mechanism is
currently disabled by default, but can be enabled using the function currently enabled by default, but if it causes any problem it may be
disabled using the function
``theano.gof.compilelock.set_lock_status(..)``. ``theano.gof.compilelock.set_lock_status(..)``.
Step 4 - Wrap the thunk in a pretty package Step 4 - Wrap the thunk in a pretty package
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论