jorshi / torchdrum-plugin

Audio-Driven Drum Synthesizer
https://jordieshier.com/projects/nime2024/
Apache License 2.0
9 stars 0 forks source link

Decaying Feature Normalization #14

Open jorshi opened 8 months ago

jorshi commented 8 months ago

Input feature normalization currently looks for min and max values, and uses those for normalization. The values are held indefinitely. Look into a method that decays extreme values over time so outlier values aren't held forever.