potterhsu / SVHNClassifier-PyTorch

A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
MIT License
198 stars 45 forks source link

Speeding up with LMDB #2

Open vadik6666 opened 6 years ago

vadik6666 commented 6 years ago

Hi! Did you compare the speed of default torchvision dataset https://pypi.python.org/pypi/torchvision/0.1.8#svhn and your LMDB version?

Coldmooon commented 6 years ago

@vadiklukmanov They are different tasks. The default torchvision dataset requires a single digit prediction, not a sequence of digits.