yoonholee / MT-net

Code accompanying the ICML-2018 paper "Gradient-Based Meta-Learning with Learned Layerwise Metric and Subspace"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting for reproducing reported accuracy on miniimagenet experiments

bandasyou opened this issue · comments

Hello, I tried to reproduce the results of T-net on 5w1s miniimagenet experiment.
I set parameters as
--metatrain_iterations=60000 --meta_batch_size=4 --update_batch_size=1 --num_updates=5 --logdir=logs/miniimagenet5way --update_lr=.01 --meta_lr=0.001 --resume=True --num_filters=32 --max_pool=True --use_T=True
But I can only get accuraty about 48.8%, which is not as good as 50.86% writen ny you paper.
Maybe you can tell me your parameters setting if you still have it.
Thank you.