Open byuns9334 opened 5 years ago
The model input is the whole speech wav array, so it is hard to keep every speech file to be the same length, and hard to running on bigger batch size, the best way to increase batch size I think is to clip speech to frames and feed the same length array into network.
I can't find any information about batch size on the code, and the paper. How can I increase the batch size on the source code? And what is the default setting for batch size in current code? Thanks!