You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to train on my own dataset which consists of real and fake wav files. May I know how I can do so in terms of preprocessing and tuning of the hyperparameters?
The text was updated successfully, but these errors were encountered:
Hi Benjamin, you can take a look at unlabeled_inference.py file in which I have called the preprocessing function. You can use that function in order to preprocess your wav files. For hyperparam tuning, you can follow the readme to do this using foundations software or you can use any other software you like. You should fix a validation metric such as accuracy, f-1 score or roc-auc and whichever combination of hyperparams maximizes these metrics should the optimum parameters for your architecture.
I wish to train on my own dataset which consists of real and fake wav files. May I know how I can do so in terms of preprocessing and tuning of the hyperparameters?
The text was updated successfully, but these errors were encountered: