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

Dense keyword handling, and docstring #1440

Merged
merged 9 commits into from
Mar 6, 2021
Merged

Dense keyword handling, and docstring #1440

merged 9 commits into from
Mar 6, 2021

Commits on Feb 12, 2021

  1. dense keyword handling + docstring

    Michael Abbott committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4fc8560 View commit details
    Browse the repository at this point in the history
  2. fixes, add news

    Michael Abbott committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    31b9411 View commit details
    Browse the repository at this point in the history
  3. squash pr 1440

    Update Dense, Bilinear and Diagonal layers to match Conv in how they handle keywords.
    Michael Abbott committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e4b1143 View commit details
    Browse the repository at this point in the history
  4. doc tweaks

    Michael Abbott committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    3954f04 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. split create_bias into two

    Michael Abbott committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    644ec8c View commit details
    Browse the repository at this point in the history
  2. use inner constructor for Bilinear, more like Dense

    Michael Abbott committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3c4875e View commit details
    Browse the repository at this point in the history
  3. make Conv constructors more forgiving about bias type

    Michael Abbott committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    bc7f7c7 View commit details
    Browse the repository at this point in the history
  4. typo in a test

    Michael Abbott committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5a27ff5 View commit details
    Browse the repository at this point in the history
  5. make Dense(x) prettier

    Michael Abbott committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ae879cc View commit details
    Browse the repository at this point in the history