openspeech
openspeech copied to clipboard
Add `ray` on pre-processing
🚀 Add ray on pre-processing
- ray: https://github.com/ray-project/ray
Motivation
- Data preprocessing currently takes a lot of time.
- There is no multiprocessing technique.
- Ray is one of the best performing libraries among multiprocessing libraries while being simple to apply.
Your contribution
- I will implement.