-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HSMM-SLDS #25
Comments
@vrutten I added some details for installation. Hope it helps. https://github.com/zqwei/pyslds |
Thanks Ziqiang. @mattjj, can you update pip with the latest pylds so that
we don't have to install it from source? In the meantime, I'll remove the
hips dependency.
…On Mon, Feb 26, 2018 at 9:59 AM, Ziqiang Wei ***@***.***> wrote:
@vrutten <https://github.com/vrutten> I added some details for
installation. Hope it helps. https://github.com/zqwei/pyslds
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFXwKPSPa59QY9BEHpT2kmC-bEWJzdilks5tYsbBgaJpZM4STKeX>
.
|
Hi Ziqiang(!) I'm not quite sure why you reference "details for installation.". |
Ah, good point. The HSMM + SLDS is a relatively untested combination. I'll
look into the generation code and see if I can debug it.
Best,
Scott
…On Mon, Feb 26, 2018 at 11:25 AM, vmsr2 ***@***.***> wrote:
Hi Ziqiang(!)
Funny to find you through this interphase.
I'm not quite sure why you reference "details for installation.".
Installation/models work fine. I just seem to have issues with the
HSMMSLSD one.
Thanks for any clarifications.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFXwKFp7i75YLqSAST7FxZwR_I9EV455ks5tYtsUgaJpZM4STKeX>
.
|
@vrutten Hi, Virginia, as Scott mentioned, some of the code uses updated libs and I wrote a summary which should be pip-installed with independent effort to make the code runnable (if you did not realize that). |
Hi again, Would you have a maths write up of the derivations associated with the various models? Thanks! |
Hi again :) thanks |
Hi Matt and Scott,
Thanks for the awesome toolbox.
I’ve been having some trouble when trying to link a HSMM and an SLDS.
A “NotImplementedError” error gets raised when I try to generate from the model. (The HMMSLDS version works fine.) I'm not sure if I'm doing something wrong.
For instance if I try to generate from a HSMMSLDS, I get the following error.
Thanks for letting me know what I should do (and again for making your code open-source)
The text was updated successfully, but these errors were encountered: