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

How does the GraphRNN-S deal with variable length? #15

Open
brando90 opened this issue Jun 11, 2021 · 0 comments
Open

How does the GraphRNN-S deal with variable length? #15

brando90 opened this issue Jun 11, 2021 · 0 comments

Comments

@brando90
Copy link

I was wondering if you just set the output to make possible edges for the current graph? My guess that is the case based on:

output = MLP_plain(h_size=args.hidden_size_rnn, embedding_size=args.embedding_size_output, y_size=args.max_prev_node).cuda()

can anyone confirm?

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

1 participant