dorimedini / robustness_properties

GLOBIGLOBIGLOBI
0 stars 0 forks source link

Fixed issue with epoch 0 loading baseline model #54

Closed dorimedini closed 5 years ago

dorimedini commented 5 years ago

Fixes issue #48

Problem was epoch got default value None, signifying we want the baseline model, not an epoch. No real reason to allow caller not to supply epoch, and if the epoch is 0 we accidentally fetch baseline..

Fix: remove default param, always load only a specific epoch and not the baseline model

Signed-off-by: dorimedini dorimedini@gmail.com