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

Progress bar callback #1450

Merged
merged 19 commits into from
Apr 24, 2020
Merged

Progress bar callback #1450

merged 19 commits into from
Apr 24, 2020

Commits on Apr 23, 2020

  1. squash and rebase

    sanity check hooks
    
    
    sanity check callback hook finish
    
    
    moved core progress bar functionality into callback
    
    
    wip
    
    
    remove duplicate merge
    
    
    clean up
    
    
    imports
    
    
    docs
    
    
    sanity check progress bar main
    
    
    sanity
    
    
    move callback calls
    
    
    init progrss bar callback
    
    
    configuration and docs
    
    
    changelog
    
    
    rate decorator
    
    
    pass process_position
    
    
    disable on rank > 0
    
    
    position index
    
    
    is_enabled
    
    
    remove decorator
    
    
    refactor init tqdm bars
    
    
    callback method ordering 
    
    
    cannot reset when disabled
    
    
    sequence -> list
    
    
    default values
    
    
    fix has no attr _time() 
    
    
    move on_val_end to proper place
    
    
    fix the pickle issue
    
    
    update warning
    
    
    properties
    
    
    check for None
    
    
    remove old comment
    
    
    switch order
    
    
    pull out non-tqdm functionality into base class
    
    
    documentation for the base class
    
    
    docs
    
    
    fix refresh rate issue in validation
    
    
    restrict type hint of trainer arg
    
    
    more docs
    
    
    update trainer docs
    
    
    rst docs
    
    
    fix lines too long
    
    
    fix test
    
    
    add missing type hints
    
    
    fix typo
    
    
    move docstring to __init__ solves doctest failures
    
    
    remove doctest :(( can't fix the pickle error
    
    
    fix example
    
    
    simplify by saving trainer reference
    
    
    fix docs errors
    
    
    move docstring
    
    
    initial value
    
    
    multiple val checks per epoch
    
    
    simpler handling of inf dataset sizes
    
    
    update inf docs
    
    
    renamed training_tqdm_dict
    
    
    rename get_tqdm_dict
    
    
    rename occurences of tqdm 
    
    
    update changelog
    
    
    fix doctest
    
    
    fix formatting errors
    
    
    added callback tests
    
    
    progress bar on off test
    
    
    more tests for progress bar
    
    
    weird test fix?
    
    
    add ignored property
    
    
    disable default progress bar in LR finder
    
    
    change enable/disable behavior
    
    
    trying doctest in CI again
    
    
    undo doctest pickle error
    
    
    undo doctest pickle error :((
    
    
    remove progress_bar_callback Trainer arg and fix tests
    
    
    restore progress bar after auto lr find
    
    
    update docs
    
    
    fix rebase
    
    
    fix wrong negation
    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a6da5d7 View commit details
    Browse the repository at this point in the history
  2. fix fast dev run total

    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0cd98b5 View commit details
    Browse the repository at this point in the history
  3. more thorough testing

    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    3968eb0 View commit details
    Browse the repository at this point in the history
  4. remove old args

    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6798d12 View commit details
    Browse the repository at this point in the history
  5. fix merge

    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    172aff2 View commit details
    Browse the repository at this point in the history
  6. fix merge

    Adrian Wälchli authored and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5cb79c3 View commit details
    Browse the repository at this point in the history
  7. separate tests

    Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0f3d21c View commit details
    Browse the repository at this point in the history
  8. type hint total batches

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    01df5a6 View commit details
    Browse the repository at this point in the history
  9. reduce if

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    awaelchli and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1aca00a View commit details
    Browse the repository at this point in the history
  10. is_disabled

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    awaelchli and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    9693948 View commit details
    Browse the repository at this point in the history
  11. is_enabled

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    awaelchli and Borda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    293e4e1 View commit details
    Browse the repository at this point in the history
  12. rename enabled/disabled

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1948bee View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into progress_bar_callback

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d054138 View commit details
    Browse the repository at this point in the history
  14. move deprecated api

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    40602ee View commit details
    Browse the repository at this point in the history
  15. remove duplicated test from merge

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1d825ed View commit details
    Browse the repository at this point in the history
  16. fix rename is_disabled

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    e757823 View commit details
    Browse the repository at this point in the history
  17. newline

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    334bc58 View commit details
    Browse the repository at this point in the history
  18. test also testprogress for fast dev run

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    30eaad5 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' into progress_bar_callback

    Adrian Wälchli committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    910a31f View commit details
    Browse the repository at this point in the history