Correct warning re: cuDNN and pool_2d's ignore_border argument

上级 8a736df5
...@@ -85,7 +85,7 @@ def pool_2d(input, ds, ignore_border=None, st=None, padding=(0, 0), ...@@ -85,7 +85,7 @@ def pool_2d(input, ds, ignore_border=None, st=None, padding=(0, 0),
" default value changed to True (currently" " default value changed to True (currently"
" False). To have consistent behavior with all Theano" " False). To have consistent behavior with all Theano"
" version, explicitly add the parameter ignore_border=True." " version, explicitly add the parameter ignore_border=True."
" On the GPU, using ignore_border=False is needed to use CuDNN." " On the GPU, using ignore_border=True is needed to use CuDNN."
" When using ignore_border=False and not using CuDNN, the only" " When using ignore_border=False and not using CuDNN, the only"
" GPU combination supported is when" " GPU combination supported is when"
" `ds == st and padding == (0, 0) and mode == 'max'`." " `ds == st and padding == (0, 0) and mode == 'max'`."
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论