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: meetps/pytorch-semseg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: meetps/pytorch-semseg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: resnet-encoders
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 21, 2017

  1. Update pspnet.py

    Corrected decoder layer names
    ibadami authored and Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    7ec6976 View commit details
    Browse the repository at this point in the history
  2. propogated changes from models/utils.py to different models for conv2…

    …DBatchNorm/Relu
    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    409dd7a View commit details
    Browse the repository at this point in the history
  3. Corrected decoder names, typecast float to int, removed inplace opera…

    …tions.
    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    2a643bf View commit details
    Browse the repository at this point in the history
  4. Added support for multiple resnet

    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    edf63a0 View commit details
    Browse the repository at this point in the history
  5. Update pspnet.py

    Corrected decoder layer names
    ibadami authored and Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    689cfce View commit details
    Browse the repository at this point in the history
  6. propogated changes from models/utils.py to different models for conv2…

    …DBatchNorm/Relu
    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    37ee0cb View commit details
    Browse the repository at this point in the history
  7. Corrected decoder names, typecast float to int, removed inplace opera…

    …tions.
    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    8b084e6 View commit details
    Browse the repository at this point in the history
  8. Added support for multiple resnet

    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    66dba7c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'resnet-encoders' of https://github.com/ibadami/pytorch-…

    …semseg into resnet-encoders
    Ishrat Badami committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    a3d8d2e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Merge pull request #14 from ibadami/resnet-encoders

    Resnet encoders
    meetps authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e72f578 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. resolved merge conflict

    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    3f2ec6e View commit details
    Browse the repository at this point in the history
  2. included residualBottleneck function for future use

    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    5e47cb7 View commit details
    Browse the repository at this point in the history
  3. changed the order of inputs to match with pytorch convention, typecas…

    …ted the inputs
    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    9c4cd6f View commit details
    Browse the repository at this point in the history
  4. Bug fixed for linknet, inserted multiple resent support

    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    04f092d View commit details
    Browse the repository at this point in the history
  5. changed name of class from pspnet to linknet

    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    00ae40e View commit details
    Browse the repository at this point in the history
  6. Added pretrained reset support

    Ishrat Badami authored and meetps committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    58af6de View commit details
    Browse the repository at this point in the history
Loading