** Finished four main step before using this framework**
- define your own dataset
- use tools/test_cfg.py to test if it works as expected
- create your own model pipeline
- use tools/test_cfg.py to test if it works as expected
- create your training loss
- use tools/test_cfg.py to test if it works as expected
- copy it to engine/engine.py - compute_loss()
- After finished the previous steps, you are almost ready
- setup your config/myconfig.yaml file
- run train.py to see if it works properly
- define your evaluation metric
- use your evaluation metric result to save your model checkpoint