You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. What's the stop_epoch nomber for maml? In train.py file, it is initilized 400 for 1-shot and 600 for 5-shot. In that file stop_epoch is initialized as param.stop_epoch*model.n_task, for maml. According to this, maml should stop after 600*32=19200 iteration if we run 5-shot experiment on omniglot??
The text was updated successfully, but these errors were encountered:
Hi. What's the stop_epoch nomber for maml? In
train.py
file, it is initilized 400 for 1-shot and 600 for 5-shot. In that file stop_epoch is initialized asparam.stop_epoch*model.n_task
, for maml. According to this, maml should stop after600*32=19200
iteration if we run 5-shot experiment on omniglot??The text was updated successfully, but these errors were encountered: