Skip to content
Snippets Groups Projects
  • David de la Iglesia Castro's avatar
    969c7fd8
    Add runner type (#118) · 969c7fd8
    David de la Iglesia Castro authored
    * Add runner_type option
    
    * pre-commit
    
    * Fix max_iters
    
    * Add by_epoch to EvalHook
    
    * Add test_eval_hook for epoch runner
    
    * Remove runner-type arg from tools/train
    
    * Add missing every_n_iters check for epoch mode
    
    * Bump mmcv min version
    
    * Use build_runner
    
    * Use interval in tests
    
    * Update test_eval_hook.py
    
    * Use every_n_epochs instead of every_n_iters. Update DistEvalHook
    
    * Add test_dist_eval_hook_epoch
    
    * Fix tests
    
    * Add DeprecationWarning
    
    * Update docs
    
    * Replace DeprecationWarning with UserWarning
    969c7fd8
    History
    Add runner type (#118)
    David de la Iglesia Castro authored
    * Add runner_type option
    
    * pre-commit
    
    * Fix max_iters
    
    * Add by_epoch to EvalHook
    
    * Add test_eval_hook for epoch runner
    
    * Remove runner-type arg from tools/train
    
    * Add missing every_n_iters check for epoch mode
    
    * Bump mmcv min version
    
    * Use build_runner
    
    * Use interval in tests
    
    * Update test_eval_hook.py
    
    * Use every_n_epochs instead of every_n_iters. Update DistEvalHook
    
    * Add test_dist_eval_hook_epoch
    
    * Fix tests
    
    * Add DeprecationWarning
    
    * Update docs
    
    * Replace DeprecationWarning with UserWarning