Skip to content

Create a command for GOP calculation #1

Description

@rguliev

INPUT

  1. I asked Povey about our GOP calculation at google groups. Seems like it is ok.
  2. We have a function compute_gmm_probs which calculates probs for a GMM model.
  3. An article about GOP calculation: here

OUTPUT
A cli command calculate_gop with
arguments:

  • a folder of a gmm model

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

  • Add a calculate_gop helper function
  • Write a cli working script

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

helper scriptsHelper python scripts of visualizations, metrics calculation, etc.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions