Skip to content

remove code duplication: recognition and sat_recognition #38

@christophmluscher

Description

@christophmluscher

For GmmSystem in common/setups/rasr/gmm_system.py:

Can we maybe expand this step to incorporate also sat_recognition?

E.g. have a flag in the step_args and then do smth like

recog_funktion = self.sat_recognition if step_args["sat"] else self.recognition
This way we could simplify / deduplify some code above in the run_sat_step

Originally posted by @michelwi in #33 (comment)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions