meijieru / crnn.pytorch

Convolutional recurrent network in pytorch
MIT License
2.4k stars 657 forks source link

about crnn_main.py #124

Open haneSier opened 6 years ago

haneSier commented 6 years ago

image = torch.FloatTensor(opt.batchSize, 3, opt.imgH, opt.imgH) i don't know why setting two parameters of opt.imgH,?

dalindalin commented 6 years ago

I got the anwser here, https://github.com/meijieru/crnn.pytorch/issues/104