Prakash Pandey
Prakash Pandey
@aplusc98 Yes, the implementation is only for batch_size = 1. You can only pass the index of a single image as an argument to the `load_batch_image` function in `load_data.py`. I...
@GamuzaLu ...You can't train with batch_size = 30 using existing code. The code uses batch_size = 1 and you are passing 30 images in a batch. See function load_batch_image in...
Hi. This implementation of speech recognition is speaker dependent. Training and testing data must be of the same speaker. You might be testing on your voice.