The batch size for the validation stage must be one
zc1616 opened this issue · 2 comments
zc1616 commented
Hi Hao Xiang
I can't run the demo due to the limit that gpu usage must be over 20 percentage. Therefore, I found the validation set the batchsize
must be one. Can I change the batchsize in validation?
Hope your reply!
haoxiangsnr commented
Hi,
Sorry, since samples have different lengths, you cannot add the batch_size
in the validation stage.
zc1616 commented
Thanks for your reply!
Maybe I can cut the samples in fixed lengsths.