itaicaspi / SVHN-Multi-Digit-torch

Torch implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
15 stars 14 forks source link

Can't download dataset #4

Open LouieYang opened 7 years ago

LouieYang commented 7 years ago

The Webpage is 404 not found.

5wimming commented 7 years ago

do you solve this problem? I meet it the same to you

LouieYang commented 7 years ago

I have changed to another mannually generated dataset use Python package and not use his code. @JsonDiv

5wimming commented 7 years ago

thank you for your answer,could you tell me what dataset did you use? 你会不会汉字啊,我看你也是中国的

LouieYang commented 7 years ago

You can refer to this generator which I used python captcha package.

5wimming commented 7 years ago

ok thank you very much

karunk commented 7 years ago

what were the specifications of the machine which you used to train the dataset? do you think it can be trained on a 8gb macbook air?

JanetMYZ commented 6 years ago

I used python to precess the original SVHN images following method in paper to generate image dataset including png files and txt files, and I only random crop once. Then i used create_dataset.lua to generate t7 files which is later used in model.lua, but during training, the progress stops at the 23701th of total trainset size 230754. Have you met any problem like this? screenshot