[mlpack-git] [mlpack] error with hmm_viterbi when useing gmm hmm (#486)

kahrabji08 notifications at github.com
Mon Nov 30 14:43:51 EST 2015


Hi, 
Am trying to use hmm_viterbi with a model i previously created using hmm train, but i keep getting this error
terminate called after throwing an instance of 'boost::archive::archive_exception'
  what():  input stream error
Aborted (core dumped)
i used the following command :
$ hmm_viterbi -i S2Training.csv -m S2Model.xml -o S2_Trainging_labels_GHMMlikely_based_on_S2Model.csv -v

and the model was generated using the follwing command:
$ hmm_train -i S2Training.csv -t gmm -g 3 -l S2Training_labels.csv -n 6 -v -o S2_Model.xml



---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/486
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151130/23b55913/attachment.html>


More information about the mlpack-git mailing list