lmzintgraf / cavia

Code for "Fast Context Adaptation via Meta-Learning"
MIT License
139 stars 40 forks source link

updated dataset_miniimagenet #4

Closed vainaixr closed 5 years ago

vainaixr commented 5 years ago

I created new branch in my fork, and cloned your repo, and updated files.

lmzintgraf commented 5 years ago

I ran the experiments with the data from the link you sent (https://meta-transfer-learning.yaoyao-liu.com/download/links.html), but the performance is worse than with the data that I used.

It seems like the images are not the original imagenet ones, but are already preprocessed in some way (e.g., they're already downscaled to 84x84x3, and the values after my preprocessing are different compared to the images I used).

I'll merge the data loading scripts anyway, because for those the data source does not matter - but be aware of the above when running the experiments using images from that source. Thanks again for your efforts on this!