Skip to content

Latest commit

 

History

History
 
 

resnet18-v2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ResNet18-v2

Description

Deeper neural networks are more difficult to train. Residual learning framework ease the training of networks that are substantially deeper. The research explicitly reformulate the layers as learning residual functions with reference to the layer inputs, instead of learning unreferenced functions. It also provide comprehensive empirical evidence showing that these residual networks are easier to optimize, and can gain accuracy from considerably increased depth. On the ImageNet dataset the residual nets were evaluated with a depth of up to 152 layers — 8× deeper than VGG nets but still having lower complexity.

Model

Model Download ONNX version Opset version Top-1 accuracy (%) Top-5 accuracy (%)
ResNet18-v2 44.7 MB 1.2.1 7 69.93 89.29

Dataset

ImageNet (ILSVRC2012).

References

Contributors

License

Apache 2.0