Super-Super
Results
2
comments of
Super-Super
> 您好,真的很感谢您的代码,但是有一个问题想请教您一下。我看到代码总并没有出现 维特比算法 观察一下好像是 每个时刻概率最大值就为 这个时刻的输出 这个的方法。请问是这样的吗? 你好,模型在预测的时候默认是采用的维特比算法,是通过crf层内部实现的。具体可以看下crf层的源代码。 标签确实没有one-hot表示,但是对其进行了expand_dims,并且在crf层中指定了tag_size以及sparse_target=True,会自动对其进行稀疏表示
> Hello! > In the file "node2vec/node2vec_spark/src/main/scala/com/navercorp/Node2vec.scala", in the "randomWalk" function, I saw the edge2attr created and s"${edgeTriplet.srcId}${edgeTriplet.dstId}" as the key of edge, which is not a unique key Indeed....