Open haneSier opened 6 years ago
image = torch.FloatTensor(opt.batchSize, 3, opt.imgH, opt.imgH) i don't know why setting two parameters of opt.imgH,?
I got the anwser here, https://github.com/meijieru/crnn.pytorch/issues/104
image = torch.FloatTensor(opt.batchSize, 3, opt.imgH, opt.imgH) i don't know why setting two parameters of opt.imgH,?