本文主要是介绍ResNet 几大变体的github地址,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
WRN(wide residual network):
github地址:https://github.com/szagoruyko/wide-residual-networks
ResNeXt:
github地址:https://github.com/facebook/fb.resnet.torch
MobleNet:
github地址:
TensorFlow实现:https://github.com/Zehaos/MobileNet
caffe实现:https://github.com/pby5/MobileNet_Caffe
ShuffleNet:
github地址:
手机端caffe实现:https://github.com/HolmesShuan/ShuffleNet-An-Extremely-Efficient-CNN-for-Mobile-Devices-Caffe-Reimplementation
caffe实现:https://github.com/camel007/Caffe-ShuffleNet
DenseNet:
github链接:https://github.com/liuzhuang13/DenseNet
DPN(Dual Path Network)
github地址:https://github.com/cypw/DPNs
这篇关于ResNet 几大变体的github地址的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!