CNN. 的部分。from theano.tensor.signal.pool import downsample 已经被弃用了? 现在的方法是?
来源:4-11 应用案例—-卷积神经网络代码的手写数字识别

九州一劍之
2017-11-13
写回答
1回答
-
卫峥
2017-11-13
This module is deprecated. Use the functions in theano.tensor.nnet.signal.pool()
官方文档:http://deeplearning.net/software/theano/library/tensor/signal/downsample.html
042017-12-04
相似问题