We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Ruiqi-Hu, I see here https://github.com/Ruiqi-Hu/ARGA/blob/a970fa583d8c474b18f950da06bf91da03a647db/ARGA/arga/model.py#L67 you injected a Gaussian noise to the first layer.
Based on the original implementation of GAE, https://github.com/tkipf/gae/blob/a1aecb00de894859f509f2d392135086a86946a0/gae/model.py#L55-L69 there is no noise, and
have you compared the results with and without the noise of ARGA with GAE?
Actually adding noise will affect the Gaussian prior p(z), right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @Ruiqi-Hu,
I see here https://github.com/Ruiqi-Hu/ARGA/blob/a970fa583d8c474b18f950da06bf91da03a647db/ARGA/arga/model.py#L67
you injected a Gaussian noise to the first layer.
Based on the original implementation of GAE,
https://github.com/tkipf/gae/blob/a1aecb00de894859f509f2d392135086a86946a0/gae/model.py#L55-L69
there is no noise, and
have you compared the results with and without the noise of ARGA with GAE?
Actually adding noise will affect the Gaussian prior p(z), right?
The text was updated successfully, but these errors were encountered: