imagenet-validation.torch icon indicating copy to clipboard operation
imagenet-validation.torch copied to clipboard

Fast and easy testing of imagenet models

Results 3 imagenet-validation.torch issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to make the torch alexnet model public ? I notice that , that model obtains a top-1 accuracy of 56.5% which is closer to the actual...

Are you using "matio" anywhere in this repo? I found the line ``` local matio = require 'matio' ``` in "main.lua", but couldn't find any other place in the repo...

I was thinking that, for completeness, you may want to train a GoogLeNet as well. [Here](https://github.com/e-lab/imagenet-multiGPU.torch/blob/trueGoogLeNet/models/googlenetFixed_cudnn.lua)'s the model.