Giter VIP home page Giter VIP logo

jeta's People

Contributors

abhi-glitchhg avatar adityad16 avatar akagam1 avatar anirudhm1 avatar arihantbansal avatar eigengravy avatar shreyas-bhat avatar veds12 avatar yash-10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jeta's Issues

Change library name?

max has a name collision with the in-built max. Don't know if could be a big problem but certainly, we could change max to something else. Ideas? (metax, metajax, ...) ?

Add tests for algorithms

Currently, there are no tests, and hence no code coverage.

We should test the algorithms (at least 1 or 2 epochs with a small fas) to check if the forward pass and parameter updates are working properly.

This can be tackled after #26 is merged.

cc: @veds12

MAML is expecting more parameters than being passed

jeta/jeta/maml.py

Lines 14 to 15 in e55bf83

maml_lr: Float,
fas: Integer,

The above lines cause an error while running MAML using OptiTrainer


OptiTrainer calls the function maml_adapt and it's parameters are passed in OptiTrainer itself.

Note: maml_adapt is passed as a parameter to OptiTrainer as adapt_fn

theta = adapt_fn(params, apply_fn, loss_fn, support_set)

An error is being thrown because maml_adapt expects the above 2 arguments which are not being passed.


fas can be included into OptiTrainer as this parameter is common across many Optimization based approaches, but maml_lr can't be included as it is specific to only MAML.
Hence a different approach must be used to allow it as a parameter.

Adding guide for setting up development environment.

A development guide will help new contributors set up the environment and thus create a smoother experience.
Maybe we can have a section for the same in the readme.md file or a separate contributing.md file.

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.