Variational-Graph-Auto-Encoders icon indicating copy to clipboard operation
Variational-Graph-Auto-Encoders copied to clipboard

about the 'n_embedding'

Open george-kris opened this issue 6 years ago • 4 comments

how to initialize the n_embedding from arg? thank you !

george-kris avatar Mar 14 '19 01:03 george-kris

how to initialize the n_embedding from arg? thank you !

Have you solved this problem? I also encountered this problem.

johnqoe avatar Mar 16 '19 09:03 johnqoe

no. but i found the original code provided by the GAE's author. https://github.com/tkipf/gae if you want to use the code provided by limaosen0, i guess you need train the graph first, get the embedding an use it.

------------------ 原始邮件 ------------------ 发件人: "johnqoe"[email protected]; 发送时间: 2019年3月16日(星期六) 下午5:18 收件人: "limaosen0/Variational-Graph-Auto-Encoders"[email protected]; 抄送: "木子"[email protected]; "Author"[email protected]; 主题: Re: [limaosen0/Variational-Graph-Auto-Encoders] about the'n_embedding' (#1)

how to initialize the n_embedding from arg? thank you !

Have you solved this problem? I also encountered this problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

george-kris avatar Mar 17 '19 07:03 george-kris

no. but i found the original code provided by the GAE's author. https://github.com/tkipf/gae if you want to use the code provided by limaosen0, i guess you need train the graph first, get the embedding an use it. ------------------ 原始邮件 ------------------ 发件人: "johnqoe"[email protected]; 发送时间: 2019年3月16日(星期六) 下午5:18 收件人: "limaosen0/Variational-Graph-Auto-Encoders"[email protected]; 抄送: "木子"[email protected]; "Author"[email protected]; 主题: Re: [limaosen0/Variational-Graph-Auto-Encoders] about the'n_embedding' (#1) how to initialize the n_embedding from arg? thank you ! Have you solved this problem? I also encountered this problem. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Great,thank you very much.

johnqoe avatar Mar 17 '19 07:03 johnqoe

n_embedding stands for the number of the implicit units, it should be a constant number, usually, we set 128.

Billy1900 avatar Apr 27 '20 13:04 Billy1900