Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running time of MNISTSuperpixels #4

Open
nukappa opened this issue Aug 19, 2021 · 0 comments
Open

Running time of MNISTSuperpixels #4

nukappa opened this issue Aug 19, 2021 · 0 comments

Comments

@nukappa
Copy link

nukappa commented Aug 19, 2021

Hi, thank you very much for the package.

Could you comment on the running times? I cloned the repo and ran the train_models MNIST, it loads the dataset and starts training, but (1) training takes forever (30 cores CPU -- no GPU available) and (2) it doesn't seem to improve after a few epochs:

$ python train_models.py MNISTSuperpixels
True
Epoch: 001, Loss: 7.64400, Train Acc: 0.10218, Test Acc: 0.10100
Epoch: 002, Loss: 2.30219, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 003, Loss: 2.30138, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 004, Loss: 2.30126, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 005, Loss: 2.30124, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 006, Loss: 2.30124, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 007, Loss: 2.30123, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 008, Loss: 2.30124, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 009, Loss: 2.30124, Train Acc: 0.11237, Test Acc: 0.11350
Epoch: 010, Loss: 2.30124, Train Acc: 0.11237, Test Acc: 0.11350

It took ~2days for training 10 epochs. Any help is much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant