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

I got an error

Open mbasirat opened this issue 6 years ago • 2 comments

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 raise ValueError("sample larger than population") would you please help me?

mbasirat avatar May 02 '18 10:05 mbasirat

You may check your data_folder in data_generator.

Bear-kai avatar Aug 08 '18 13:08 Bear-kai

You may check your data_folder in data_generator.

After see the code about this , i can no understand if this code is the same as MAML ? i can no find different ? glad to you reply

cpzys2018 avatar Nov 04 '19 09:11 cpzys2018