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

Refactor model summary + generalize example input array #1773

Merged
merged 19 commits into from
Jun 15, 2020

Commits on Jun 6, 2020

  1. squash

    variant a
    
    
    variant b
    
    
    add test
    
    
    revert rename
    
    
    add changelog
    
    
    docs
    
    
    move changelog entry to top
    
    
    use hooks
    
    
    wip
    
    
    wipp
    
    
    layer summary
    
    
    clean up, refactor
    
    
    type hints
    
    
    rename
    
    
    remove obsolete code
    
    
    rename
    
    
    unused imports
    
    
    simplify formatting of table and increase readability
    
    
    doctest
    
    
    superclass object
    
    
    update examples
    
    
    print unknown sizes
    
    
    more docs and doctest
    
    
    testing
    
    
    unknown layers
    
    
    add rnn test
    
    
    remove main
    
    
    restore train mode
    
    
    test device wip
    
    
    device
    
    
    constant
    
    
    simplify model forward transfer
    
    
    return summary object in method
    
    
    extend tests
    
    
    fix summary for empty module
    
    
    extend tests
    
    
    refactor and added hook
    
    
    variant a
    
    
    variant b
    
    
    add test
    
    
    revert rename
    
    
    add changelog
    
    
    docs
    
    
    move changelog entry to top
    
    
    remove hardcoded string
    
    
    simplify
    
    
    test unknown shapes and all others
    
    
    comments for tests
    
    
    fix hparams attribute
    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3fd37a9 View commit details
    Browse the repository at this point in the history
  2. update default

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    022fc14 View commit details
    Browse the repository at this point in the history
  3. unused import

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    0a07f18 View commit details
    Browse the repository at this point in the history
  4. clean up

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    18a1ce5 View commit details
    Browse the repository at this point in the history
  5. replace hardcoded strings

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ec3711a View commit details
    Browse the repository at this point in the history
  6. fix doctest

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    224ca4e View commit details
    Browse the repository at this point in the history
  7. fix top/full

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    9e2c78f View commit details
    Browse the repository at this point in the history
  8. black

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    b65700a View commit details
    Browse the repository at this point in the history
  9. fix rnn test

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    a02fcb9 View commit details
    Browse the repository at this point in the history
  10. fix rnn

    awaelchli committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    5e643fd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. update debugging docs

    update docs
    
    
    typo
    
    
    update docs
    
    
    update docs
    awaelchli committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    f76b0e3 View commit details
    Browse the repository at this point in the history
  2. add changelog

    awaelchli committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    85230c1 View commit details
    Browse the repository at this point in the history
  3. extract constant

    awaelchli committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    4d68892 View commit details
    Browse the repository at this point in the history
  4. setter and getter

    awaelchli committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    88c158c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    aa3a44f View commit details
    Browse the repository at this point in the history
  2. parameterize mode

    awaelchli committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    ac2875f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e1b68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9753215 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

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