A PyTorch implementation of Model Agnostic Meta-Learning (MAML) that faithfully reproduces the results from the original paper.
☆247Sep 2, 2024Updated last year
Alternatives and similar repositories for PyTorch-MAML
Users that are interested in PyTorch-MAML are comparing it to the libraries listed below
Sorting:
- Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)☆2,473May 16, 2019Updated 6 years ago
- The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) p…☆828Dec 5, 2023Updated 2 years ago
- An Implementation of Model-Agnostic Meta-Learning in PyTorch with Torchmeta☆241Jul 7, 2020Updated 5 years ago
- A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch☆2,052Jul 17, 2023Updated 2 years ago
- Official PyTorch implementation of "Meta-Learning with Task-Adaptive Loss Function for Few-Shot Learning" (ICCV2021 Oral)☆66Dec 18, 2021Updated 4 years ago
- Implementations of many meta-learning algorithms to solve the few-shot learning problem in Pytorch☆255Mar 7, 2022Updated 4 years ago
- Meta-Baseline: Exploring Simple Meta-Learning for Few-Shot Learning, in ICCV 2021☆651Oct 10, 2021Updated 4 years ago
- PyTorch implementation of "How to Train Your MAML to Excel in Few-Shot Classification"☆44Jun 29, 2024Updated last year
- The code repository for "Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions"☆433Jul 31, 2020Updated 5 years ago
- Pytorch Implemtation of Meta-Learning with Latent Embedding Optimization☆49Jun 2, 2020Updated 5 years ago
- ☆15Oct 6, 2020Updated 5 years ago
- Implementation and Benchmark Splits to study Out-of-Distribution Generalization in Deep Metric Learning.☆25Oct 2, 2021Updated 4 years ago
- Meta-learning learning rates with higher☆12Sep 27, 2019Updated 6 years ago
- Very simple pytorch maml implement☆129Jan 11, 2024Updated 2 years ago
- Leaderboards for few-shot image classification on miniImageNet, tieredImageNet, FC100, and CIFAR-FS.☆391Nov 22, 2022Updated 3 years ago
- ☆38Nov 4, 2024Updated last year
- Experiments on Model-Agnostic Meta-Learning on Few-Shot Image Classification and Meta-RL (Meta-World)☆17Mar 30, 2021Updated 4 years ago
- Reproduce MAML in Pytorch with omniglot dataset.☆105Apr 23, 2020Updated 5 years ago
- Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow☆1,228Sep 19, 2021Updated 4 years ago
- Implementation of the mechanical fault diagnosis method using model agnostic meta-learning (MAML)☆34Mar 27, 2023Updated 2 years ago
- A collection of Gradient-Based Meta-Learning Algorithms with pytorch