Created by: soldier828
The parameter snapshot_stride of utility.py is not identical with snapshot_iter of config.py. However, train.py actually uses snapshot_iter which makes snapshot_stride no sense. For less modifications, change the snapshot_stride to snapshot_iter.