forresti / SqueezeNet

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters
BSD 2-Clause "Simplified" License
2.17k stars 723 forks source link

squeezenet of resnet? #17

Closed davidleon closed 8 years ago

davidleon commented 8 years ago

the most recent best performance net is resnet. any squeezenet version of resnet?

forresti commented 8 years ago

This isn't exactly a "SqueezeNet version of ResNet," but we do mention in the SqueezeNet paper that adding residual connections to SqueezeNet increases its accuracy without requiring much more computation.