katerakelly/pytorch-maml

Model.eval()?

eambutu opened this issue · 1 comments

Given that we are using Batch Normalization layers here, shouldn't we be calling model.eval() before getting accuracy numbers on the test set?

Just kidding, I just noticed that momentum = 1.