Home

Awesome

imagenet-validation.torch

A modified subset of https://github.com/soumith/imagenet-multiGPU.torch to allow easy testing of imagenet models.

Also used to make sure that models converted from other frameworks are correct.

This code was used in "An Analysis of Deep Neural Network Models for Practical Applications" report http://arxiv.org/abs/1605.07678

Evaluation

Model nametop-1 (central crop) accuracytest time (s)frameworktrained by
NIN0(?)155.66caffeauthors
bn-NIN62.62170.71torchme
inception-v251.00(?)156.21?google
inception-v378.53536.67?google
bvlc_alexnet54.61172.29caffebvlc
bn-alexnet56.60170.56torchme
VGG_CNN_S63.06175.31caffeVGG
VGG-1670.62738.82caffeVGG
VGG-1970.74898.13caffeVGG
ResNet-1869.31208.53torchfacebook
ResNet-3472.94363.11torchfacebook
ResNet-5075.76439.36torchfacebook
ResNet-10177.34695.78torchfacebook

Time is given for Titan Black.

Networks

  1. inception-v2: https://github.com/soumith/inception.torch
  2. inception-v3: https://github.com/szagoruyko/inception-v3.torch
  3. bvlc_alexnet: https://github.com/BVLC/caffe/tree/master/models/bvlc_alexnet
  4. bn_alexnet: https://gist.github.com/szagoruyko/dd032c529048492630fc
  5. bn-nin: https://gist.github.com/szagoruyko/0f5b4c5e2d2b18472854
  6. VGG_CNN_S: https://gist.github.com/ksimonyan/fd8800eeb36e276cd6f9#file-readme-md
  7. VGG-16: https://gist.github.com/ksimonyan/211839e770f7b538e2d8#file-readme-md
  8. VGG-19: https://gist.github.com/ksimonyan/3785162f95cd2d5fee77#file-readme-md