katerakelly / pytorch-maml

PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400
MIT License
552 stars 128 forks source link

Model.eval()? #5

Closed eambutu closed 6 years ago

eambutu commented 6 years ago

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

eambutu commented 6 years ago

Just kidding, I just noticed that momentum = 1.