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

Training Time #5

Open
meltingCat opened this issue Sep 30, 2020 · 3 comments
Open

Training Time #5

meltingCat opened this issue Sep 30, 2020 · 3 comments

Comments

@meltingCat
Copy link

HI, I would like to know how many time did you train on an epoch.
I spent an hour to train an epoch using RTX2080. Doesn't seem right to deal with such small dataset.

---------------Epoch 1-------------
---------Saving checkpoint---------
Testing: 100%|████████████████████████████████| 124/124 [03:28<00:00, 1.68s/it]
Error Rate L0 0.315 Error Rate L1 0.0407 Error Rate L2 0.0249 Error Rate L3 0.0246
Epoch 1: 100%|████████████████████████████████| 753/753 [54:31<00:00, 4.34s/it]
Loss [ 28.6935 6.8569 4.2865 895.1974]
Activity Rate [95.05911542127708, 49.73174018810146, 38.44802363960695, 66.41492680630824]
Changing learning rate from 1e-09 to 1e-09

@eneftci
Copy link
Member

eneftci commented Sep 30, 2020

Which dataset is this? and what are the dimensions of your input [batch_size, timesteps, channels, height, width]? 4s per iteration seems reasonable.

@meltingCat
Copy link
Author

I ran “train_lenet_decolle.py” with default setting and Mnist . Maybe I should increase the batch size, then try again.

@eneftci
Copy link
Member

eneftci commented Sep 30, 2020

Unfortunately this is normal. N-MNIST is a bit long to train.

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

2 participants