1. 25 Apr, 2020 2 commits
    • Cao Yuhang's avatar
      Use f-string (#245) · b7e8d7d7
      Cao Yuhang authored
      * use f-string
      
      * delete python3.5 sup
      
      * minor fix
      
      * fix supported python version
      
      * fix format
      
      * fix yapf
      
      * remove redundant space
      
      * fix typo
      b7e8d7d7
    • Jerry Jiarui XU's avatar
      Add DictAction and docs for config (#243) · 1e8a2121
      Jerry Jiarui XU authored
      * fixed merge_from_dict, add DictAction
      
      * add config docs
      
      * fixed format type
      
      * change to easy example
      
      * update docs
      
      * update docs
      1e8a2121
  2. 23 Apr, 2020 1 commit
  3. 22 Apr, 2020 2 commits
  4. 19 Apr, 2020 1 commit
    • Wenwei Zhang's avatar
      Momentum scheduler (#167) · ba059611
      Wenwei Zhang authored
      * track progress of iter&enum
      
      * restore
      
      * add momentum scheduler
      
      * fix small bug
      
      * cyclic scheduler"
      
      * fix bug
      
      * fix second phase's bug
      
      * reformat
      
      * feature (cosine lr): use relative ratio for more flexible scheduler
      
      * Fix (runner): fix bugs in runner
      
      * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest
      
      * Clean unnecessary files and reformat
      
      * Fix memory key error when GPU is not avaliable
      
      * Resolve comments
      
      * Do not print momentum in text log
      
      * Change hook register order
      
      * Refactor max_iter
      
      * Fix max_iter bugs in runner
      
      * Enforce target_ratio to be either tuple or float
      ba059611
  5. 14 Apr, 2020 1 commit
    • David de la Iglesia Castro's avatar
      Add MlflowLoggerHook (#221) · d5f190d1
      David de la Iglesia Castro authored
      * Add MLflowLoggerHook
      
      * Add MLflowLoggerHook to __all__
      
      * Update name
      
      * Fix tracking.MlflowClient setup
      
      * Fix log_metric
      
      * Fix mlflow_pytorch import
      
      * Handle active_run
      
      * Fix self.mlflow reference
      
      * Simplify using high level API
      
      * Fix set_experiment
      
      * Add only_if_torch_available decorator and test_mlflow_hook
      
      * Add missing import in hooks
      
      * Fix torch available check
      
      * Patch mlflow.pytorch in test
      
      * Parametrize log_model
      
      * Fix log_model parametrize
      
      * Add docstring
      
      * Move wand patch
      
      * Fix flake8
      
      * Add regression test for non numeric metric
      
      * Only log numbers
      
      * Rename experiment_name-> exp_name
      
      * Remove pytest skip
      d5f190d1
  6. 06 Apr, 2020 1 commit
  7. 03 Apr, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add pretty_text (#220) · e87a04e3
      Jerry Jiarui XU authored
      * add pretty_text
      
      * add test cases
      
      * add argument indent
      
      * change pretty_text to property
      
      * fixed format end
      e87a04e3
  8. 28 Mar, 2020 1 commit
  9. 19 Mar, 2020 1 commit
  10. 17 Mar, 2020 1 commit
  11. 16 Mar, 2020 1 commit
  12. 15 Mar, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add base for config (#194) · 6738cd30
      Jerry Jiarui XU authored
      * add base for config
      
      * fixed format
      
      * rm terminal width
      
      * support multiple & recursive base
      
      * add test case
      
      * fix format
      
      * add test construct
      
      * minor fix
      
      * add more test, rewrite merge from opt
      
      * avoid depulicate keys
      
      * delete imported config as module
      
      * rename merge_from_dict
      6738cd30
  13. 14 Mar, 2020 1 commit
  14. 12 Mar, 2020 1 commit
  15. 02 Mar, 2020 1 commit
  16. 01 Mar, 2020 1 commit
  17. 24 Feb, 2020 3 commits
  18. 19 Feb, 2020 2 commits
  19. 18 Feb, 2020 1 commit
  20. 15 Feb, 2020 1 commit
  21. 02 Feb, 2020 1 commit
  22. 11 Jan, 2020 1 commit
  23. 10 Jan, 2020 1 commit
  24. 04 Jan, 2020 1 commit
    • Wenwei Zhang's avatar
      Load state dict (#164) · da7bb063
      Wenwei Zhang authored
      * use load_from_state_dict to load ckpt
      
      * reformat
      
      * reformat
      
      * reformat import
      
      * pass flake8
      
      * isort skip
      da7bb063
  25. 02 Dec, 2019 2 commits
  26. 06 Oct, 2019 2 commits
  27. 21 Aug, 2019 1 commit
  28. 20 Aug, 2019 1 commit
    • ZwwWayne's avatar
      Track iter progress (#112) · d5865e0c
      ZwwWayne authored
      * track progress of iter&enum
      
      * reformat
      
      * reformat with yapf
      
      * add unitest
      
      * add doc, and deprecate track_enum_progress
      
      * update docs & comments
      d5865e0c
  29. 30 Jul, 2019 1 commit
    • Kai Chen's avatar
      Add yapf and isort to travis (#96) · eae81c1e
      Kai Chen authored
      * add yapf and isort to travis
      
      * minor formatting
      
      * remove blank lines
      
      * skip unit tests for progressbar when python2
      
      * update travis to ubuntu 16.04
      
      * use a newer version ffmpeg
      
      * add -y to add-apt-repository
      eae81c1e
  30. 15 Jun, 2019 1 commit
  31. 28 May, 2019 1 commit
    • nbei's avatar
      C++ implementation for Flow Warp Module (#71) · 90979574
      nbei authored
      * flow_warp_c
      
      * flow_warp_c
      
      * beautify format
      
      * beautify format
      
      * beautify format
      
      * beautify format
      
      * add Cython
      
      * modify
      
      * fix details
      
      * fix details
      
      * fix type
      90979574
  32. 07 May, 2019 1 commit
  33. 20 Apr, 2019 1 commit
    • Yue Zhao's avatar
      add iminvert (#58) · 944da49f
      Yue Zhao authored
      * add iminvert
      
      * fix for flake8
      
      * minor improvement
      
      * add test for iminvert
      
      * fix for flake8
      
      * fix for flake8
      
      * revise __init__
      
      * revise __init__
      944da49f