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
Traceback (most recent call last):
File "/Users/brando/anaconda3/envs/automl-meta-learning/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3343, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-6-323a167d4f3c>", line 190, in <module>
metaimagenet = MetaImageNet(args)
File "<ipython-input-6-323a167d4f3c>", line 98, in __init__
super(MetaImageNet, self).__init__(args, partition, False)
File "<ipython-input-6-323a167d4f3c>", line 48, in __init__
with open(os.path.join(self.data_root, self.file_pattern % partition), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/brando/data/miniImageNet_rfs/miniImageNet_category_split_train.pickle'
is there something missing the the drive files you've provided?
Hi,
can you provide code to be able to get the data from this repo? It's not exactly reproducible in it's current format.
The text was updated successfully, but these errors were encountered: