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

Add Conv2dNormActivation and Conv3dNormActivation Blocks #5445

Merged
merged 17 commits into from
Feb 25, 2022

Commits on Feb 19, 2022

  1. Add ops.conv3d

    oke-aditya committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0bf6039 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Refactor for conv2d and 3d

    oke-aditya committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e3cb469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d04598 View commit details
    Browse the repository at this point in the history
  3. Refactor

    oke-aditya committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    996a5a8 View commit details
    Browse the repository at this point in the history
  4. Fix bug

    oke-aditya committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0eb6978 View commit details
    Browse the repository at this point in the history
  5. Addres review

    oke-aditya committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    07be45b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Fix bug

    oke-aditya committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    eecb9e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. nit fix

    oke-aditya committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6ab0f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191fec9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/pytorch/vision into add_conv3d

    � Conflicts:
    �	docs/source/ops.rst
    �	torchvision/ops/__init__.py
    oke-aditya committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    40074b5 View commit details
    Browse the repository at this point in the history
  4. Fix flake

    oke-aditya committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1f772cf View commit details
    Browse the repository at this point in the history
  5. Final fix

    oke-aditya committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    748391e View commit details
    Browse the repository at this point in the history
  6. remove documentation

    datumbox authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d832e02 View commit details
    Browse the repository at this point in the history
  7. fix linter

    datumbox authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6a6c844 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f0875e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    9a5ab98 View commit details
    Browse the repository at this point in the history
  2. Small doc fix

    oke-aditya committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7a6100c View commit details
    Browse the repository at this point in the history