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

change Checkpoint callback's save_best_only to save_top_k #128

Merged
merged 50 commits into from
Nov 19, 2019

Commits on Aug 13, 2019

  1. docs: enable syntax highlight

    Ir1d committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6b54c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    49e35b1 View commit details
    Browse the repository at this point in the history
  2. docs: update docs for save_top_k

    Ir1d committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    08f57b6 View commit details
    Browse the repository at this point in the history
  3. revert other files

    Ir1d committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    4855bf8 View commit details
    Browse the repository at this point in the history
  4. style: lint for travis-ci

    Ir1d committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    2f6f784 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Ir1d committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    daae566 View commit details
    Browse the repository at this point in the history
  6. make flake8 happy

    Ir1d committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    a7da269 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. update according to review

    Ir1d committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    373cd1d View commit details
    Browse the repository at this point in the history
  2. add tests

    Ir1d committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    49f78d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34811a View commit details
    Browse the repository at this point in the history
  4. rename func to private

    Ir1d committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    fbc8a4e View commit details
    Browse the repository at this point in the history
  5. add doc on save_top_k == 0

    Ir1d committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    52bfcb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. make flake8 happy

    Ir1d committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    38afd66 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. update according to PR comments

    Ir1d committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ab92212 View commit details
    Browse the repository at this point in the history
  2. change some f-strings

    Ir1d committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    7e8767f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Update pt_callbacks.py

    williamFalcon committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3079b71 View commit details
    Browse the repository at this point in the history
  2. Update test_models.py

    williamFalcon committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3bb6e3e View commit details
    Browse the repository at this point in the history
  3. update options

    Ir1d committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    4626e1a View commit details
    Browse the repository at this point in the history
  4. create folders

    Ir1d committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    6a47d55 View commit details
    Browse the repository at this point in the history
  5. Update test_models.py

    williamFalcon committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    4b3d5bf View commit details
    Browse the repository at this point in the history
  6. change epoch num

    Ir1d committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    d29eff7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22cfeb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d15b03b View commit details
    Browse the repository at this point in the history
  9. update docs

    Ir1d committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    58a8410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b9a855d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    e1f7a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd65e9 View commit details
    Browse the repository at this point in the history
  3. clean test files

    Ir1d committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    634ad80 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. rebase upstream

    Ir1d committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1861f7d View commit details
    Browse the repository at this point in the history
  2. make flake8 happy

    Ir1d committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b66b33c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    aed9ad9 View commit details
    Browse the repository at this point in the history
  2. fix epoch number

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    abb9629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c2269 View commit details
    Browse the repository at this point in the history
  4. clean debugging code

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4490466 View commit details
    Browse the repository at this point in the history
  5. fix testing utils codes

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    0e98423 View commit details
    Browse the repository at this point in the history
  6. fix testing utils codes

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    2eab575 View commit details
    Browse the repository at this point in the history
  7. fix testing utils codes

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    27ebd1c View commit details
    Browse the repository at this point in the history
  8. fix testing utils codes

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    37cfedf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f49122 View commit details
    Browse the repository at this point in the history
  10. remove unused overwrite option

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    585fff0 View commit details
    Browse the repository at this point in the history
  11. make flake8 happy

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    94a6c49 View commit details
    Browse the repository at this point in the history
  12. change var name as per review

    Ir1d committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b983860 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    c3f56dd View commit details
    Browse the repository at this point in the history
  2. make flake8 happy

    Ir1d committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    13803ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c58669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    235e5f1 View commit details
    Browse the repository at this point in the history
  5. elaborate in the docs

    Ir1d committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    8635612 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. update docs as per review

    Ir1d committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    e59d5bd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    3f05419 View commit details
    Browse the repository at this point in the history
  2. revert previous commit

    accidentally pressed wrong button when solving conflicts
    Ir1d committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    b000db9 View commit details
    Browse the repository at this point in the history