Aisha Jaddoh

Results 6 issues of Aisha Jaddoh

I'm trying to use this code but with a customer dataset. My wanted word is only one word which is a different case than the original code. In the dataset...

Hi, I retrained the model with my own dataset. I created one class for the wanted word (only one wanted word in my case) and another class for unwanted words...

Hi, I'm trying to edit the freez.py from the main project folder( which is Tensorflow 1.X). to make it suitable for thates project files( Tensorflow 2.5) However, when running `python...

Hello, I want to use this trained model as a base model; then, I will retrain the model with a custom dataset. The word that I want to train the...

Hi, Why when I change the wanted words to only one word (yes for example) I get the following error `Traceback (most recent call last): File "test.py", line 199, in...

Hi, I'm trying to print the prediction results and the labels, in addition to accuracy. I;m not sure what I'm doing wrong here for mfcc, label in test_data: prediction =...