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

[skip ci] Allow ModelCheckpoint in Trainer callbacks list #3990

Closed
wants to merge 10 commits into from

Commits on Oct 8, 2020

  1. allow ckpt callback in callbacks list

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3bc2e81 View commit details
    Browse the repository at this point in the history
  2. warning

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e7363bf View commit details
    Browse the repository at this point in the history
  3. wip

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    5db1ef7 View commit details
    Browse the repository at this point in the history
  4. fix

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6430075 View commit details
    Browse the repository at this point in the history
  5. set save function

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    e65b72b View commit details
    Browse the repository at this point in the history
  6. clean up

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    18eb443 View commit details
    Browse the repository at this point in the history
  7. clean up

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3a5b4e6 View commit details
    Browse the repository at this point in the history
  8. type

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    29e98b8 View commit details
    Browse the repository at this point in the history
  9. mutable callbacks list

    Adrian Wälchli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    39113d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. fix restore

    Adrian Wälchli committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ade43cc View commit details
    Browse the repository at this point in the history