Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 782 Bytes

customized_usage.md

File metadata and controls

44 lines (26 loc) · 782 Bytes

简体中文 | English

Customized Usage

Customized Dataset

  1. finetune

Please refer to finetune if only change a "regular" dataset.

  1. customized pipeline
  • add new augments
  • add new batch augments Note: Be care of checking the difference of different modes.

Customized Network

  1. module function

Please refer to modular desigh for more information.

  1. customized framework
  • change framework
  • change initialized function
  • customized loss

Customized Solvers

  1. step decay and epoch decay

  2. customized solvers

Customized metrics

  • add new data processing
  • add new record
  • add new metrics

Debug tools

  1. Debug level
  2. FAQ