Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

providing the pickle files available and the rest of the data #9

Open
brando90 opened this issue Jul 1, 2020 · 1 comment
Open

Comments

@brando90
Copy link

brando90 commented Jul 1, 2020

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.

@brando90
Copy link
Author

brando90 commented Nov 3, 2020

@WangYueFt @HobbitLong
I am getting this error:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant