songyouwei

Results 2 issues of songyouwei

https://github.com/namisan/mt-dnn/blob/25c3bd1cfee2db14c7e8dbec4a369acaa95b15f6/data_utils/utils.py#L25 When running on the CuDNN backend, there might be reproducibility issue. According to pytorch document, two further options must be set: ``` torch.backends.cudnn.deterministic = True torch.backends.cudnn.benchmark = False ```

- new save load in mnist README - typo fix

contributor