Minh Le
Results
3
comments of
Minh Le
I'm currently trying to use GAE to do graph representation learning, thus I need to extract node features with dimension nxd, with n number of nodes and d number of...
@yjyGo got it: the embeddings can be extracted with > output = sess.run(model.z_mean, feed_dict=feed_dict)
@suanrong by any chance that weighted graphs are supported by now?