MTG / DeepConvSep

Deep Convolutional Neural Networks for Musical Source Separation
GNU Affero General Public License v3.0
471 stars 110 forks source link

parameters in a file? #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Maybe I am missing something here, but if I want to let's say use other FFT or hopsize, etc, I have to update the entire framework with these values.

I was thinking a separate script or file that can update the other scripts that use these parameters, and the script would only contain couple of main parameters:

FFT = x hopsize = y scale factor = z etc

Thanks!

nkundiushuti commented 7 years ago

you can use other parameters, check the description of the compute_features script