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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

summarize total size of model params in bytes #5590

Merged
merged 30 commits into from
Jan 25, 2021

Commits on Jan 20, 2021

  1. simplified model size calc

    kartik4949 authored and Borda committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    af8c258 View commit details
    Browse the repository at this point in the history
  2. fix spaces

    kartik4949 authored and Borda committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    899b122 View commit details
    Browse the repository at this point in the history
  3. fix newlines

    kartik4949 authored and Borda committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    91f5964 View commit details
    Browse the repository at this point in the history
  4. minor refactor

    kartik4949 authored and Borda committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    2dfe164 View commit details
    Browse the repository at this point in the history
  5. Update pytorch_lightning/core/memory.py

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    kartik4949 and rohitgr7 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e09160e View commit details
    Browse the repository at this point in the history
  6. make model size property

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    34b7352 View commit details
    Browse the repository at this point in the history
  7. fix doctest

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    027c1a7 View commit details
    Browse the repository at this point in the history
  8. Update pytorch_lightning/core/memory.py

    Co-authored-by: Adrian W盲lchli <aedu.waelchli@gmail.com>
    kartik4949 and awaelchli committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    56a47c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64fd7d4 View commit details
    Browse the repository at this point in the history
  10. better docs

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5fa17f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb5882d View commit details
    Browse the repository at this point in the history
  12. better comment

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d48a2e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Update tests/core/test_memory.py

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    kartik4949 and rohitgr7 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    747ca30 View commit details
    Browse the repository at this point in the history
  2. Update tests/core/test_memory.py

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    kartik4949 and rohitgr7 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    aae411d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda6581 View commit details
    Browse the repository at this point in the history
  4. minor comment fix

    kartik4949 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6ce79fe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    20758ed View commit details
    Browse the repository at this point in the history
  2. add feature to changelog

    kartik4949 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7084d25 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    66dccdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8902c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8602baf View commit details
    Browse the repository at this point in the history
  4. added precision test

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    d112167 View commit details
    Browse the repository at this point in the history
  5. Added precision test

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    f26e888 View commit details
    Browse the repository at this point in the history
  6. Small refactor

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    a117015 View commit details
    Browse the repository at this point in the history
  7. merge updates

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    82c01b0 View commit details
    Browse the repository at this point in the history
  8. isort

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    8639bfc View commit details
    Browse the repository at this point in the history
  9. minor def name typo

    kartik4949 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    1ed41af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    214035c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3db80c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

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