Learning

Postnet Layer featured image

Postnet Layer

Generally speaking, the postnet layer receives a mel-spectrogram and predicts another mel-spectrogram with additional information. That makes the output mel-spectrogram more …

admin
How to kill zombie processes using GPU ? featured image

How to kill zombie processes using GPU ?

The trick for killing zombie processes using GPU in Linux 😃.

admin
Fix "[Errno 32] Broken pipe" in Python featured image

Fix "[Errno 32] Broken pipe" in Python

One day, I’ve tried to run a python script using the multiprocessing technique and for a while the program crashed and raised the [Errno 32] Broken pipe error...

admin
Comparing batch vs layer normalization featured image

Comparing batch vs layer normalization

The purpose of this post is just to understand the key difference between two types of well-known normalization techniques.

admin