
pooling
下面的代码主要是想告诉我们ignore_border=True/False的区别,看output就知道了。由于没有说明stride大小,pool_2d默认处理为跟pool_shape一样
1 |
from theano.tensor.signal import pool |
output
1 |
With ignore_border set to True: |

下面的代码主要是想告诉我们ignore_border=True/False的区别,看output就知道了。由于没有说明stride大小,pool_2d默认处理为跟pool_shape一样
1 |
from theano.tensor.signal import pool |
1 |
With ignore_border set to True: |
近期评论