The caffe implementation of DeepSpeech2
It's a minimal version of caffe deep speech2. I dropped out many bn1d layers as caffe doesn't support it yet.
TODO LIST:
- variable length support -- depends on caffe implementation
- batch normal 1d support -- same as above
- bidirection support -- same as above
- gru support -- same as above