-
Notifications
You must be signed in to change notification settings - Fork 757
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
"Dimensions must be equal" Error with HMC&SGLD #412
Comments
dustinvtran
added a commit
that referenced
this issue
Jan 18, 2017
i found/resolved the problem in #413; adding some unit tests before i merge it. |
dustinvtran
added a commit
that referenced
this issue
Jan 19, 2017
dustinvtran
added a commit
that referenced
this issue
Jan 19, 2017
dustinvtran
added a commit
that referenced
this issue
Jan 20, 2017
dustinvtran
added a commit
that referenced
this issue
Jan 20, 2017
dustinvtran
added a commit
that referenced
this issue
Jan 21, 2017
dustinvtran
added a commit
that referenced
this issue
Jan 21, 2017
fixed in #413 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I am new to here and stuck with some problems with HMC&SGLD.
I've tried to develop a 4-layer neural network with Edward's HMC&SGLD inference.
My code for SGLD is the following;
When I run this code, the following error occurs:
If I properly replace
SGLD
andEmpirical
byKLqp
andNormal
, there's no problem and the inference begins. The weird thing is that the numbers "20 and 15" inValueError
sometimes change into "15 and 7", or "15 and 20".The same kind of error also occurred with HMC:
I already tried to run some examples of SGLD and HMC, and they worked out correctly.
How can I solve this problem? Any comments would be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: