balthazarneveu / gyraudio

A novel method for audio source separation
1 stars 0 forks source link

Prevent overfitting #13

Closed balthazarneveu closed 10 months ago

balthazarneveu commented 10 months ago

All strategies were implemented! With #18 it looks like we won't really even need these as we're not forcing the network to memorize target signal amplitudes.

WaveUNet overfits... How to prevent overfitting.

Data augmentation strategy

3 tasks, 3 dataloaders

1/ Mix (=premixed)

:bulb: other ideas for augmentation:

2/ Remix :lock:

= mix data on the fly, frozen mix at validation & test time :x: :lock: Blocked until we understand how to remix

3/ Denoise:

Dropout