We can improve the speed of DataReader for DeepASR model
Created by: pkuyym
Current implementation has much space to improve:
- Use process instead of thread for batch assembling task.
- Use process instead of thread for ordered data feeding task.
- In batch iterator, should avoid to sharing raw numpy array between processes.