Tag: squeezenet
- Effcient Deep Neural Network (07 Apr 2019)
In this post, we will introduce some neural networks which are suitable for running on mobile devices.
- Network Compression (03 Apr 2019)
The trained network is typically too large to run efficiently on mobile device. For example, VGG16 used for image classification has more 130 Million parameter (about 600 MB on model size) and requires about 31 billion operations to classify an image, which is way to expensive to be done on mobile.