google-research / meta-dataset

A dataset of datasets for learning to learn from few examples
Apache License 2.0
762 stars 139 forks source link

Correct typo and Adding Episode Sampling Seed functionality #98

Open lourencobt opened 2 years ago

lourencobt commented 2 years ago

There is no 'meta_dataset/learn/gin/best_v2' folder.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

lourencobt commented 2 years ago

https://github.com/google-research/meta-dataset/pull/98/commits/37fadc2ff6afcd6b7e1f6676459c98fc8611efbd This commit adds the possibility to seed the episode sampling through the function make_multisource_episode_pipeline of pipeline.py.

https://github.com/google-research/meta-dataset/pull/98/commits/b11db595ab028d62e93e6198a20ef3e70a83b215 This commit adds the possibility to seed the episode sampling through the function make_one_source_episode_pipeline of pipeline.py.