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

fix tuner.scale_batch_size not finding batch size attribute when using datamodule #5968

Merged
merged 17 commits into from
Mar 14, 2021

Commits on Feb 14, 2021

  1. add missing setup logic

    awaelchli committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    c0fd86e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. repro script

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8d8b9ae View commit details
    Browse the repository at this point in the history
  2. add simple test

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4c6f4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c2e0fc View commit details
    Browse the repository at this point in the history
  4. gpu requirement

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    de4b8ec View commit details
    Browse the repository at this point in the history
  5. test all combinations

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    eaf65e6 View commit details
    Browse the repository at this point in the history
  6. remove repro script

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dbcb8bf View commit details
    Browse the repository at this point in the history
  7. chanelog

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    38a0df6 View commit details
    Browse the repository at this point in the history
  8. revert lr finder changes

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    991d6d2 View commit details
    Browse the repository at this point in the history
  9. refactor

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8c5249f View commit details
    Browse the repository at this point in the history
  10. added typing

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2699ea7 View commit details
    Browse the repository at this point in the history
  11. formatting

    awaelchli committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b481292 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. remove gpu requirement

    awaelchli committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    d7bc9df View commit details
    Browse the repository at this point in the history
  2. remove duplicate setup

    awaelchli committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4ff8dc2 View commit details
    Browse the repository at this point in the history
  3. rm unused import

    awaelchli committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    63d4114 View commit details
    Browse the repository at this point in the history
  4. add license

    awaelchli committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    01d5e1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7185815 View commit details
    Browse the repository at this point in the history