dorimedini / robustness_properties

GLOBIGLOBIGLOBI
0 stars 0 forks source link

Save model parameters as well as model name #29

Open dorimedini opened 5 years ago

dorimedini commented 5 years ago

We can change default model names from mnist to something like mnist_FC3_BS32_NODES256..., or something more indicative. If we really want to be serious, make the Experiment class save model parameters (using ResourceManager) in a file alongside the model itself, e.g. we'll have mnist.h5 and mnist.params