MAML-Pytorch icon indicating copy to clipboard operation
MAML-Pytorch copied to clipboard

Some questions about the codes

Open HongduanTian opened this issue 5 years ago • 0 comments

  1. About validation accuracy of MiniImageNet in MAML original code, the evaluation is performed on the validation set instead of the test set, but in this code, evaluation is performed on the test set.

  2. There is no test phase in this code.

  3. For the optimization, I think the auto-grad seems right. During the inner loop, it is a first-order optimization, and after evaluating on query data, the "net.parameters" is updated with Adam optimizer, which is the same as that in MAML code.

HongduanTian avatar Nov 21 '19 10:11 HongduanTian