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

update batch size in LightningModule.datamodule when auto scaling batch size #3266

Merged
merged 16 commits into from
Sep 3, 2020

Commits on Aug 30, 2020

  1. fix datamodule hasattr

    Adrian Wälchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    89792d2 View commit details
    Browse the repository at this point in the history
  2. fix patch check

    Adrian Wälchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5efe8bf View commit details
    Browse the repository at this point in the history
  3. fix setattr

    awaelchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1874ca1 View commit details
    Browse the repository at this point in the history
  4. update docs

    awaelchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    361e63b View commit details
    Browse the repository at this point in the history
  5. revert patch fix

    awaelchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4fdaac1 View commit details
    Browse the repository at this point in the history
  6. changelog

    awaelchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5aa826f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e07eb2 View commit details
    Browse the repository at this point in the history
  8. docs

    awaelchli committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    130b599 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    b9ea152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1a202 View commit details
    Browse the repository at this point in the history
  3. fix merge

    awaelchli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4183026 View commit details
    Browse the repository at this point in the history
  4. check with has_attr

    awaelchli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    224c3c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    4066b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5d27b View commit details
    Browse the repository at this point in the history
  3. docs

    awaelchli committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ed6f751 View commit details
    Browse the repository at this point in the history
  4. fix typos in docs

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    awaelchli and rohitgr7 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e4df06b View commit details
    Browse the repository at this point in the history