Code Monkey home page Code Monkey logo

Comments (4)

dragen1860 avatar dragen1860 commented on August 23, 2024 1

yes, i move away the metalearner and learner code, which is well-written architecture for that version. You can still access previous version from https://github.com/dragen1860/Reptile-Pytorch.
Sorry for making it confuous.
Im working on memory mechanism and thereby MAML related research is interrupted temporarily.

from maml-pytorch.

dragen1860 avatar dragen1860 commented on August 23, 2024

hi, I recently found the first version of my code has an definitely distinct implementation, and I never realised it until the paper "repitle":https://blog.openai.com/reptile/ published. That's to say, I already implemented the reptile version but i have not published my approach before the paper.
Concisely:
the disparity of previous and current is:

  1. previous, reptile: theta = theta + meta_lr * (w - theta_pi)
  2. current, MAML: theta = theta - meta_lr * grad(Loss on theta_pi, theta)

from maml-pytorch.

yqu1 avatar yqu1 commented on August 23, 2024

Thanks, the previous version (reptile) you are talking about is the one with the MetaLearner and Learner class, which you completely erased from the repository, right? were you able to achieve the accuracy described in the MAML paper for the omniglot experiment with the reptile implementation then?

from maml-pytorch.

dragen1860 avatar dragen1860 commented on August 23, 2024

Hi, I hv fixed current version bugs, u can pull latest version, which should works now on both omniglot and mini-imagenet.

from maml-pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.