facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

Added computing time on each model evaluation. #170

Open matifineschi opened 7 years ago

matifineschi commented 7 years ago

For benchmarking purposes, I added a timer which calculates the elapsed time on each :forward() evaluation of the model.