Skip to content
Discussion options

You must be logged in to vote

Hello!
To test it on your own file, you first need to extract the features (MFCCs) using the same parameters used in the training phase (check the feature extraction function in the code).
Once you have the features, simply load the saved model and use the .predict() method on your preprocessed data. Make sure your input shape matches the model's expected input.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mostafa-kermaninia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants