Skip to content

Instantly share code, notes, and snippets.

@awwong1
Created December 3, 2018 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awwong1/5f4f4420229810ef05734f57c439ce78 to your computer and use it in GitHub Desktop.
Save awwong1/5f4f4420229810ef05734f57c439ce78 to your computer and use it in GitHub Desktop.
atn_graph_scores?
$ ./insyn.py --test-atn-hmm-model expMultinomialHMM(algorithm='viterbi', init_params='ste', n_components=1133,
n_iter=10, params='ste', random_state=None,
startprob_prior=array([1., 0., ..., 0., 0.]), tol=0.01,
transmat_prior=array([[0., 1., ..., 0., 0.],
[0., 0., ..., 0., 0.],
...,
[0., 0., ..., 0., 0.],
[0., 0., ..., 0., 0.]]),
verbose=True)
idx: 1/44 score: -2.639058036757866
idx: 2/44 score: -5.278116073515732
idx: 3/44 score: -22.639410154502663
idx: 4/44 score: -27.21925493346734
idx: 5/44 score: -43.95046578543211
idx: 6/44 score: -49.00030257318606
idx: 7/44 score: -65.7315009160306
idx: 8/44 score: -84.4755746573769
idx: 9/44 score: -87.10034001893888
idx: 10/44 score: -104.53683427777581
idx: 11/44 score: -109.0133243636651
idx: 12/44 score: -125.83108607902439
idx: 13/44 score: -130.64724241706625
idx: 14/44 score: -147.58847292765003
idx: 15/44 score: -166.28280945666245
idx: 16/44 score: -168.82732628602412
idx: 17/44 score: -186.41605509832755
idx: 18/44 score: -190.65223156107214
idx: 19/44 score: -207.70492784874781
idx: 20/44 score: -212.2164354596087
idx: 21/44 score: -229.404673627055
idx: 22/44 score: -248.0350988606289
idx: 23/44 score: -265.9229329241253
idx: 24/44 score: -268.76005299984377
idx: 25/44 score: -271.41461854322966
idx: 26/44 score: -274.0319105805118
idx: 27/44 score: -291.8201545008313
idx: 28/44 score: -295.1362131846227
idx: 29/44 score: -302.8100204297696
idx: 30/44 score: -322.0481980722001
idx: 31/44 score: -339.3215535772148
idx: 32/44 score: -344.41038512749293
idx: 33/44 score: -363.1093684654512
idx: 34/44 score: -381.71674855922026
idx: 35/44 score: -393.8073242317627
idx: 36/44 score: -398.5025104412349
idx: 37/44 score: -418.5615593019288
idx: 38/44 score: -422.5992914837937
idx: 39/44 score: -442.7062448098248
idx: 40/44 score: -461.5130944302142
idx: 41/44 score: -467.5359465817799
idx: 42/44 score: -487.4597037012956
idx: 43/44 score: -503.6675024234683
idx: 44/44 score: -513.0200590018543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment