pytorchbearer/torchbearer

Default accuracy metric doesn't update to 'test_' in some cases

ethanwharris opened this issue · 0 comments

If you load in a model then evaluate it on test data, the 'acc' metric will still read 'val_acc' instead of 'test_acc'