-
Notifications
You must be signed in to change notification settings - Fork 93
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
notebooks are broken #98
Comments
Oh thanks for the heads up. I will update these and figure out how to test them. Do you need a particular example in the short term? I can prioritize what you are looking for. |
Thanks for the prompt response! any chance of having a notebook with Semi-Markov or Alignment models? |
Sure. I will do that. I might switch to just files though as notebooks are hard to keep current. If you are looking for demos, you might find the docs helpful as well http://nlp.seas.harvard.edu/pytorch-struct/model.html#Semi-Markov |
thanks for the pointer! |
this works but super slow. I tried to use cuda instead.
this fails:
|
I'll take a look. Are you on CPU or GPU? The alignment code only really runs on GPU (if you want CPU there are much better libraries). |
I'm on GPU. SemiMarkovCRF works fine but too many values to unpack error is still there for the alignment model. |
CTC, CTC_with_padding, and Unsupervised_CFG notebooks are not working. in sparse.py L591 too many values to unpack for CTCs and no module named torch_struct.networks for CFG.
The text was updated successfully, but these errors were encountered: