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

Added number of features in FrozenBatchNorm2d __repr__ #2168

Merged
merged 8 commits into from
May 5, 2020

Commits on Apr 30, 2020

  1. feat: Added number of features in FrozenBatchNorm2d repr

    While BatchNorm layers have extensive information in their repr, FrozenBatchNorm2d has one
    frgfm committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    3d2a2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761dd5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281bfd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    075943b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e2f1c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. style: Switched __repr__ to f-string

    Since support of Python version ealier than 3.6 have been dropped, f-string can be used.
    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    c63b8b3 View commit details
    Browse the repository at this point in the history
  2. fix: Fixed typo in __repr__

    frgfm committed May 1, 2020
    Configuration menu
    Copy the full SHA
    762bc2a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    3645ac4 View commit details
    Browse the repository at this point in the history