Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training my own dataset #16

Open
BenjaminChua opened this issue Nov 30, 2020 · 3 comments
Open

Training my own dataset #16

BenjaminChua opened this issue Nov 30, 2020 · 3 comments

Comments

@BenjaminChua
Copy link

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?

@ranasac19878
Copy link
Collaborator

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.

@BenjaminChua
Copy link
Author

It seems like the training is running OOM on a single GPU. May I know what are the specs of the GPUs used in this project?

@yzslry
Copy link

yzslry commented Apr 10, 2022

The link to download the data in this project seems to be invalid. Can you provide the data or link in the project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants