Comment on How Google Translate squeezes deep learning onto a phoneparentComments−afsina11yThe main issue here is probably not squeezing memory but squeezing performance. Even using regular SIMD is not good enough if your network is medium sized. They apply linear quantization, lookups and special SIMD operations to make it speedy.See here for what they did for offline speech recognition: http://static.googleusercontent.com/media/research.google.co...
Comments
The main issue here is probably not squeezing memory but squeezing performance. Even using regular SIMD is not good enough if your network is medium sized. They apply linear quantization, lookups and special SIMD operations to make it speedy.
See here for what they did for offline speech recognition: http://static.googleusercontent.com/media/research.google.co...