Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Pickle overwriting #75

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

We probably want to make sure we don't accidentally overwrite valuable pickle files. Should have a check when loading the run settings if there's a pickle file and raise an error unless a force flag is set to overwrite the existing pickle. Could then also use a framework for archiving good models, but the first part is the really important part and should be pretty easy to do.