Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ajbrock/pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 1 file changed
  • 3 contributors

Commits on Feb 16, 2017

  1. Add Nesterov Momentum

    Adds the Nesterov variant of momentum as an option for SGD.
    ajbrock authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c4a1d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47ece9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Add appropriate whitespace

    ajbrock authored Feb 17, 2017
    Configuration menu
    Copy the full SHA
    c24cdb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5728c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Update sgd.py

    ajbrock authored Feb 19, 2017
    Configuration menu
    Copy the full SHA
    9688f43 View commit details
    Browse the repository at this point in the history
  2. Update sgd.py

    ajbrock authored Feb 19, 2017
    Configuration menu
    Copy the full SHA
    a96e92d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Replace F.Linear calls with non-stateless methods

    This replaces the calls to mm and mv in F.Linear with stateless methods, so that training with HalfTensors with a linear output works.
    ajbrock authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    0360e53 View commit details
    Browse the repository at this point in the history
  2. Update sgd.py

    soumith authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    63d5b30 View commit details
    Browse the repository at this point in the history
  3. undo accidental commit to wrong branch

    Accidentally committed to the Nesterov Momentum PR
    ajbrock authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5c76cf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Add __setstate__ to SGD

    apaszke authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    8e52ef4 View commit details
    Browse the repository at this point in the history
Loading