Describe the current behavior
Currently train_setting_parser on model/train.py is load every parser at start of train page. It is heavy process, so cause program freeze.
Describe the expected behavior
Make parser manager and load parser dynamically on train page.
Describe the current behavior
Currently
train_setting_parser
onmodel/train.py
is load every parser at start of train page. It is heavy process, so cause program freeze.Describe the expected behavior Make parser manager and load parser dynamically on train page.