Meta-SGD icon indicating copy to clipboard operation
Meta-SGD copied to clipboard

Meta-SGD experiment on Omniglot classification compared with MAML

Results 3 Meta-SGD issues
Sort by recently updated
recently updated
newest added

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.

![image](https://user-images.githubusercontent.com/9419479/33994904-30968bf8-e117-11e7-8a90-c9fa52668ecf.png)

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...