Densenet-Tensorflow 的Tensorflow实施使用Cifar10,MNIST 实现本文的代码是Densenet.py 略有不同,我使用了AdamOptimizer 如果您想查看原始作者的代码或其他实现,请参考此 要求 Tensorflow 1.x Python 3.x tflearn(如果您易于使用全局平均池,则应安装tflearn However, I implemented it using tf.layers, so don ' t worry 问题 我用了tf.contrib.layers.batch_norm def Batch_Normali
1