learn2learn
learn2learn copied to clipboard
Update fc100_benchmark.py
data augmentation for f100 ala rfs 2020
Description
Fixes #[ISSUE NUMBER]
Replace this line by a one sentence summary of your PR.
If necessary, use the following space to provide context or more details.
Contribution Checklist
If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.
- [ ] My contribution is listed in CHANGELOG.md with attribution.
- [x] My contribution modifies code in the main library.
- [ ] My modifications are tested.
- [ ] My modifications are documented.
Optional
If you make major changes to the core library, please run make alltests
and copy-paste the content of alltests.txt
below.
[PASTE HERE]
same as: https://github.com/learnables/learn2learn/pull/303/files#diff-c66f6217fd99145cdb340c69046d9733ce65e446151fdd3151122d0249e9d99e
based on: https://github.com/WangYueFt/rfs/blob/f8c837ba93c62dd0ac68a2f4019c619aa86b8421/dataset/cifar.py#L26
Hey @brando90, thanks for this PR again. I think it needs similar small changes as for #303.
yes, it nearly identical. Sorry I didn't know how to "append" to the PR I had already had...