Closed fmu2 closed 4 years ago
In train_meta.py, when the average train/val loss and accuracy get updated, it seems like the argument n in add() should be set to the number of episodes per mini-batch.
I think it should be equivalent since #episodes per mini-batch is a fixed number. (Please let me know if I am wrong.)
That's right :) Thanks!
In train_meta.py, when the average train/val loss and accuracy get updated, it seems like the argument n in add() should be set to the number of episodes per mini-batch.