you mean this batch ā train_batch_size 48 dev_batch_size 48 test_batch_size 48
If yes, May i know the maximum limit of batch size i have seen util/flag.py but i am not able to find the maximum size.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
26
Yes
Iām sure we document that somewhere, but basically you need to adapt to your dataset and your hardware. Bigger batch size will require more GPU memory. Longer audio files requires more GPU memory. Bigger batch size improves GPU usage.