摘要: 1. 下载cuda8.0 cudnn5 anaconda https://developer.nvidia.com/cuda-80-ga2-download-archive https://developer.nvidia.com/cudnn https://www.anaconda.com/dow 阅读全文
posted @ 2018-09-27 19:39 洛笔达 阅读(2595) 评论(0) 推荐(0) 编辑
摘要: LeNet5 AlexNet VGG16 ResNet : 残差网络 Inception Net : 特点,可以通过1*1*192 的卷积核来缩减参数个数,压缩维度,约缩减10倍, 例如 :用1*1*192的卷积核,使用的参数个数为: 28*28*32 * 1*1*192 + = 1.2M 但是使用 阅读全文
posted @ 2018-09-27 00:06 洛笔达 阅读(324) 评论(0) 推荐(0) 编辑