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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: