Meta-SGD
Meta-SGD copied to clipboard
Meta-SGD experiment on Omniglot classification compared with MAML
Thank you for making this comparison between MAML and MetaSGD. Could you share the final performance results for the two models? The training history is a bit unclear Thanks.

I run code for :python main.py --datasource=omniglot --metatrain_iterations=40000 --meta_batch_size=32 --update_batch_size=1 --update_lr=0.4 --num_updates=1 --logdir=logs/omniglot5way/ and got this error in data_generator.py : sampled_character_folders = random.sample(folders, self.num_classes) File "/usr/lib/python2.7/random.py", line 321, in sample...