You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: