syhw/timit_tools

Missing implementation of viterbi?

adrian-antonczyk opened this issue · 0 comments

Hi,
in your readme i have read that i can pass pickled dbn into viterbi : "python ../src/viterbi.py output_dbn.mlf /fhgfs/bootphon/scratch/gsynnaeve/TIMIT/test/test.scp ../tmp_train/hmm_final/hmmdefs --d ../dbn_5.pickle ../to_int_and_to_state_dicts_tuple.pickle"
However when i opened viterby.py file i noticed that --d flag is not even in part of code responsible for parsing input arguments. Did you by any chance forget to push code? How do I connect dbn with viterbi?