Shawn Li
Results
2
issues of
Shawn Li
https://github.com/dragen1860/MAML-Pytorch/blob/98a00d41724c133bd29619a2fb2cc46dd128a368/MiniImagenet.py#L81 should be changed to `OrderedDict`. Result can't be reproduced because the use of dictionary. Iterating over dict causes randomness. https://github.com/dragen1860/MAML-Pytorch/blob/98a00d41724c133bd29619a2fb2cc46dd128a368/MiniImagenet.py#L68
The `create_batch` function is only called once when the `MiniImagenet` dataset object is created, which means the tasks sampled are the same in every epoch. I changed the code to...