Created by: stephenroller
Patch Description Our current logic always validates and saves at the end of an epoch, even when we set flags such that it isn't supposed to. This is because we ignored the "no_epoch_checkpoints" flag, and because the "validate_interval" flag made it impossible (as it's an interval of epochs). I've killed the validate_interval flag and updated the logic appropriately.
Testing steps Been training with this patch.