ruizhecao96 / CMGAN

Conformer-based Metric GAN for speech enhancement
MIT License
309 stars 60 forks source link

Break down the train_step to enable reusability of the codes #27

Closed hbwu-ntu closed 1 year ago

hbwu-ntu commented 1 year ago

Revise importation of utils to make it more readable

Format python files to make them more clean and readable

Break down the train_step to enable reusability of the codes

There are a lot of duplicated lines in train_step and test_step which hinders the reusability and scalability. We try to break down the train_step and test_step into three steps