Created by: ArmenAg
Patch Description Currently if --restore-file is set, but there's failure in loading the file, we'll (somewhat) silently continue training with a randomly initialized model. This PR makes the failure explicit.
Specifically addresses #142