Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodiff implementation (experimental) #494

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2021

  1. Funsor as a function

    Yerdos Ordabayev committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f1f6fa3 View commit details
    Browse the repository at this point in the history
  2. Tangent space

    Yerdos Ordabayev committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6bc49a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. JVP Functor

    Yerdos Ordabayev committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fb2a7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. GetitemOp, Lambda

    Yerdos Ordabayev committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    16c37be View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge branch 'master' of https://github.com/pyro-ppl/funsor into jvp

    Yerdos Ordabayev committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    176c47b View commit details
    Browse the repository at this point in the history
  2. save changes

    Yerdos Ordabayev committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b25ca21 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. linearize wip

    Yerdos Ordabayev committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    40ba97d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. implement linearize

    Yerdos Ordabayev committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    596de4f View commit details
    Browse the repository at this point in the history
  2. rename to autodiff

    Yerdos Ordabayev committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    84b008a View commit details
    Browse the repository at this point in the history
  3. rm linearize files

    Yerdos Ordabayev committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    cd28eab View commit details
    Browse the repository at this point in the history
  4. save changes

    Yerdos Ordabayev committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    cb38dcf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. save changes

    Yerdos Ordabayev committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7824650 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Expand; autodiff and trace interpretations

    Yerdos Ordabayev committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    45ab9a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. clean up code

    Yerdos Ordabayev committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ab2157d View commit details
    Browse the repository at this point in the history
  2. tranpose patterns for log jvp

    Yerdos Ordabayev committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ccef22d View commit details
    Browse the repository at this point in the history
  3. remove op from Expand

    Yerdos Ordabayev committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3b30d2e View commit details
    Browse the repository at this point in the history
  4. expand Number

    Yerdos Ordabayev committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3fd3cbd View commit details
    Browse the repository at this point in the history