INPUT
- I asked Povey about our GOP calculation at google groups. Seems like it is ok.
- We have a function
compute_gmm_probs which calculates probs for a GMM model.
- An article about GOP calculation: here
OUTPUT
A cli command calculate_gop with
arguments:
options:
--per-phone - will calculate GOP for each phoneme, and otherwise it calculates overall GOP
output
- without
--per-phone (by default): one number — overall GOP
- with
--per-phone: one row for each phone GOP in format <phone symb><whitespace><GOP value>
TODO
INPUT
compute_gmm_probswhich calculates probs for a GMM model.OUTPUT
A cli command
calculate_gopwitharguments:
options:
--per-phone- will calculate GOP for each phoneme, and otherwise it calculates overall GOPoutput
--per-phone(by default): one number — overall GOP--per-phone: one row for each phone GOP in format<phone symb><whitespace><GOP value>TODO
calculate_gophelper function