Skip to content
Snippets Groups Projects
  1. Oct 28, 2022
  2. Sep 09, 2022
  3. Aug 26, 2022
  4. Aug 23, 2022
    • Zaida Zhou's avatar
      [Docs] Simplify hook docs (#428) · 6c607bd2
      Zaida Zhou authored
      * Move the design of hook to design/hook.md
      
      * add relative links in docs
      
      * update docstring of hooks
      
      * refine checkpointhook docs
      
      * refine
      
      * fix comments
      
      * refine
      
      * add logging.md link in hook.md
      
      * resolve comments
      
      * fix typo
      Unverified
      6c607bd2
  5. Aug 08, 2022
    • Mashiro's avatar
      [Enhance] EMAHook support does not load checkpoint strictly (#352) · 99de0951
      Mashiro authored
      * BaseAveragedModel support load ckpt without module prefix
      
      * refine docstring
      
      * allow EMAHook does not load ckpt strictly
      
      * add unit test for strict argument of EMAHook
      
      * sync remote
      
      * sync remote
      
      * clean the code
      
      * ema hook supports setting start iter
      
      * fix unit test
      
      * fix as comment
      
      * fix as comment
      
      * describe kwargs
      Unverified
      99de0951
  6. Jul 04, 2022
  7. May 30, 2022
  8. May 26, 2022
  9. May 19, 2022
    • RangiLyu's avatar
      [Feature] Support EMA and SWA. (#239) · 0279ac2e
      RangiLyu authored
      * [Feature] Support EMA and SWA.
      
      * add ema hook
      
      * add avg model ut
      
      * add more unit tests
      
      * resolve comments
      
      * fix warmup ema
      
      * rename
      
      * fix comments
      
      * add assert
      
      * fix typehint
      
      * add comments
      Unverified
      0279ac2e
Loading