提交 65411f27 authored 作者: slefrancois's avatar slefrancois

Added clear cache tip to sandbox.gpuarray placeholder

上级 c9bb9b81
...@@ -4,6 +4,7 @@ which refered to theano.sandbox.gpuarray.""" ...@@ -4,6 +4,7 @@ which refered to theano.sandbox.gpuarray."""
import warnings import warnings
from theano.gpuarray import * from theano.gpuarray import *
message = "theano.sandbox.gpuarray has been moved to theano.gpuarray." + \ message = ("theano.sandbox.gpuarray has been moved to theano.gpuarray. "
" Please update your code and pickles." "Please update your code and pickles. If the warning persists, "
"clear theano's cache ('$theano/bin/theano-cache clear').")
warnings.warn(message) warnings.warn(message)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论