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

Inquiry about the DynGEM #1

Open
ghost opened this issue Dec 6, 2019 · 4 comments
Open

Inquiry about the DynGEM #1

ghost opened this issue Dec 6, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 6, 2019

Hi paulpjoby,
the codes of DynGEM == "DynGEM: Deep Embedding Method for Dynamic Graphs" in Arxiv?
https://arxiv.org/abs/1805.11273

Thanks.

@HxWithMushroom
Copy link

Hi paulpjoby,
i have a question about this code.
i find that the last two sentences in the file "dyngem.py" was commented out, that is "encoder = get_encoder(f_model, input_layer_name)"
when i run into the function "get_encoder()", and it goes to the sentence"encoder = Model(encoder.input, encoder.get_layer('embedding-layer').output)", it will throw an exception, says"Layer embedding-layer has multiple inbound nodes, hence the notion of "layer output" is ill-defined. Use get_output_at(node_index) instead."
I would like to ask what is the cause of this problem and how to solve it. Thanks

@paulpjoby
Copy link
Owner

Hi paulpjoby,
the codes of DynGEM == "DynGEM: Deep Embedding Method for Dynamic Graphs" in Arxiv?
https://arxiv.org/abs/1805.11273

Thanks.

Sorry ! I think you meant the expansion of DynGEM right ? I didn't get you exactly please let me know if I got you incorrectly

Thanks.

@paulpjoby
Copy link
Owner

Hi paulpjoby,
i have a question about this code.
i find that the last two sentences in the file "dyngem.py" was commented out, that is "encoder = get_encoder(f_model, input_layer_name)"
when i run into the function "get_encoder()", and it goes to the sentence"encoder = Model(encoder.input, encoder.get_layer('embedding-layer').output)", it will throw an exception, says"Layer embedding-layer has multiple inbound nodes, hence the notion of "layer output" is ill-defined. Use get_output_at(node_index) instead."
I would like to ask what is the cause of this problem and how to solve it. Thanks

Hi @HxWithMushroom
I was away from keyboard for few days. I will look into the issue and get back to you as soon as possible.

@hxtruong6
Copy link

Hi paulpjoby,
I see your loss function is not exactly following DynGEM papper. Do you use other loss function?
And you also not use mini batch for training?
Thanks

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

3 participants