Open iteimouri opened 7 years ago
You're using the new version of TensorFlow. tf.mul
was replaced to tf.multiply
I see, what version of TensorFlow did you used for this code? Because there are other errors occurring presumably due to the difference.
@itei In case you couldn't solve your problem by now: v0.11 should work - I personally however just manually updated the code for newer versions, it's only function names and argument order that has changed. You may also try to use this upgrade script: https://www.tensorflow.org/install/migration#how_to_upgrade
Thanks @Rahza. Is there any chance you can upload the new version? That would be highly appreciated.
@itei I have created a new fork: https://github.com/Rahza/HiddenMarkovModel_TensorFlow
All the code from the ipynb seems to work with the updated code. Note however that I did not extensively test it as unfortunately the library isn't suitable for my use case
@itei if you are interested to HMMs with Gaussian emission distributions, I have just released an implementation: https://github.com/kesmarag/gaussian-hmm-tf
Thanks @Rahza for the useful upgrade, now it works just fine.
Thanks @kesmarag for your implementation :)
It seems in running forward backward algorithm there are errors:
`AttributeError Traceback (most recent call last)