Josh

Results 3 comments of Josh

> After training, the embeddings of test docs nodes are also produced, which can be fed > into softmax classifier to predict labels directly. 你好,我是一位图卷积的初学者。有关这里面的矩阵维度我有一个疑问。 原文中给出 Z = softmax(A^hat ReLu(A^hat...

@yao8839836 你好,不好意思又要打扰了。 Z = softmax(A^hat ReLu(A^hat X W_0) W_1 )做softmax之前是采用mask的方法 假定 A^hat的维度 N * N 其中 N = n_vocab + n_doc,那么在mask的时候n_vocab的部分就完全被去除了。那么之前用PMI计算词语之间共现的部分 n_vocab * n_vocab 有什么用处嘛?

I've also tried to install with conda directly. E.g., conda install habitat-sim -c conda-forge -c aihabitat or with a specific version, conda install habitat-sim=0.1.7 -c conda-forge -c aihabitat. But both...