[GoogLeNet]Inception_v3
论文Rethinking the Inception Architecture for Computer Vision对GoogLeNet和GoogleNet_BN的实现做了进一步的解释,同时提出了新的Inception
模块和损失函数LSR(label-smoothing regularizer)
上一篇实现了Inception_v2
架构,经过测试发现其损失收敛速度确实高于之前的GoogLeNet_BN
。本文在此基础上实现Inception_v3
架构
论文翻译地址:[译]Rethinking the Inception Architecture for Computer Vision
Inception_v2
实现:[GoogLeNet]Inception_v2
发现一个在线可视化工具:Netscope CNN Analyzer,里面提供了Inception v3
的可视化及详细参数:Inception v3