anthonio9 / penn

Pitch Estimating Neural Networks (PENN)
MIT License
0 stars 0 forks source link

Introduce network regularization techniques I #2

Closed anthonio9 closed 8 months ago

anthonio9 commented 8 months ago

Do the parameters to below techniques manually (important):

anthonio9 commented 8 months ago

It seems that enabling dropout really helps with regularizing the validation results, the drop of RCA with increasing epochs is much lower than it is in the case of a regular model, for example ppn-split-voiced-62 drops more than ppn-split-drop-weight-68 or ppn-split-drop-voiced-64.

Image

Let's see what happens if dropout, weight decay and augmentation with adding noise are combined together.

anthonio9 commented 8 months ago

In the end combining all the regularization techniques didn't provide good enough results, let's close this issue and move forward