-
Notifications
You must be signed in to change notification settings - Fork 83
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
Inconsistency with paper in connection from vstack to hstack #6
Comments
Yeah I also found the issue. Is it the official code written by the original paper author? |
Sidenote: Sorry for my previous comment (now deleted). I didn't read the email closely enough and thought it was in response to a similarly named repo I made. I don't think this is the official implementation. I did try to correct the issue in #7 which has since been merged. |
In the original paper, the link from vstack to hstack is before gate. |
I'm new to this paper, and I found that the h_stack is different with the original paper. |
Conditional-PixelCNN-decoder/models.py
Lines 30 to 34 in 9a5c9a3
This has the connection from the vstack to the hstack occuring after the gate, but in Figure 2 of the paper, it occurs after the masked convolution but before splitting the channels and gating. Any particular reason for this change?
The text was updated successfully, but these errors were encountered: