提交 5c4a4536 authored 作者: Frederic Bastien's avatar Frederic Bastien

More detailled error message. Someone on the mailing didn't found it imediatly.

上级 8db03cf1
...@@ -2,7 +2,8 @@ from __future__ import print_function ...@@ -2,7 +2,8 @@ from __future__ import print_function
from . import pool from . import pool
import warnings import warnings
warnings.warn("downsample module has been moved to the pool module.") warnings.warn(
"downsample module has been moved to the theano.tensor.signal.pool module.")
max_pool_2d_same_size = pool.max_pool_2d_same_size max_pool_2d_same_size = pool.max_pool_2d_same_size
max_pool_2d = pool.pool_2d max_pool_2d = pool.pool_2d
DownsampleFactorMax = pool.Pool DownsampleFactorMax = pool.Pool
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论