-
Notifications
You must be signed in to change notification settings - Fork 88
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
NaN probabilities for step_sample #57
Comments
Usually the code won't get NaN, but it's ok to add this line. |
Hello, I also meet Nan error when using my own dataset.
|
Ok, I'll try your method, thank you!!!!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run experiment on my dataset, sometimes I got the following error .
the original code is
I add some code to avoid NaN error, but I am not sure if it‘s ok to do that. Has anyone also met this problem, I am really confused, Hope someone can give me some advice
The text was updated successfully, but these errors were encountered: