Google Summer of Coding Week 3
Hi, all. 😀
The third week has now ended. Let’s talk about some important points.
I couldn’t code for two-three consecutive days this week as I had an exam. But still, I was able to do what I had planned, to some extent.
PaddlePaddle Docker appliance on the CWRU HPC
This week, I gave a try for Docker appliance following the steps Prof. Peter did before. I had an idea that the image itself has no problem. And what we need to do is to modify $HOME path inside the image. It turned out that my idea is right. As a result, we can finally run DeepSpeech2 on CWRU HPC! Here’s what I’ve done:
1.Login
2.Download the Docker image and rename it as you like
3.Get into the image and set $HOME
4.Run the code(run_data.sh as an example, and you can see Tiny data preparation done.)
Conclusion
And thus, the third week ends. 12 – 3 = 9 weeks of awesomeness still left. 😉I will be back with 4th week’s blog soon. Thank you for reading. Bye.