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

Adds constant memory backprop #2

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    55b19a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8d7c8 View commit details
    Browse the repository at this point in the history
  3. Merge upstream master

    anshuln committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    d3ee0c2 View commit details
    Browse the repository at this point in the history
  4. Merge

    anshuln committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    fb1bb54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97bf377 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Merge commit

    anshuln committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    d096c5d View commit details
    Browse the repository at this point in the history
  2. Adds const memory backprop for AffineCoupling and other layers. Howev…

    …er, in
    
    some tests, the computed gradient is NaN for AffineCoupling, and this bug
    remains even if O(n) gradient calculations are used.
    anshuln committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    85fe171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c95d38 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    d897faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefd903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    990b302 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Adds fit_generator for models

    anshuln committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    35a135e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Minor bug fixes

    anshuln committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    70dfb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74904a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b8822 View commit details
    Browse the repository at this point in the history