Skip to content
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

Why is your code folder named gae instead of vgae? Did you do it on purpose? #38

Closed
CXX1113 opened this issue Jun 22, 2019 · 2 comments
Closed

Comments

@CXX1113
Copy link

CXX1113 commented Jun 22, 2019

No description provided.

@wolfiex
Copy link

wolfiex commented Aug 11, 2019

The code offers both gae and vgae depending on which you chose in the definitions section for train.py

flags.DEFINE_string('model', 'gcn_vae', 'Model string.')
flags.DEFINE_string('model', 'gcn_ae', 'Model string.')

@CXX1113
Copy link
Author

CXX1113 commented Aug 12, 2019

Thank you wolfiex.

@CXX1113 CXX1113 closed this as completed Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants