Skip to content
Snippets Groups Projects
  • Mashiro's avatar
    99de0951
    [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
    99de0951
    History
    [Enhance] EMAHook support does not load checkpoint strictly (#352)
    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