提交 5dde739d authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Import sys before using it in warnings.

上级 80dbd1ae
...@@ -11,6 +11,7 @@ import numpy, theano ...@@ -11,6 +11,7 @@ import numpy, theano
import __builtin__ import __builtin__
def max_pool2D(*args, **kwargs): def max_pool2D(*args, **kwargs):
import sys
print >> sys.stderr, "DEPRECATION: max_pool2D renamed to max_pool_2d" print >> sys.stderr, "DEPRECATION: max_pool2D renamed to max_pool_2d"
return max_pool_2d(*args, **kwargs) return max_pool_2d(*args, **kwargs)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论