苏剑林(Jianlin Su)

Results 390 comments of 苏剑林(Jianlin Su)

详细点?改动了什么?具体错误是什么?哪一行错?

http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html

应该keras 2.2.4就行了吧。

for example, if the real label of most examples in cluster id=1 is 2, we say the cluster id 1 is corresponding to label 2. with this mapping, we can...

这么神奇的吗,build 完 ngram trie 之后,应该就进入正式的新词发现阶段,好像不至于卡住呀。

看完整个词表了吗?全部都是单字?语料有多大?

之前是否用python3跑的?如果是,那应该是旧版本不支持python3所致。请用最新版本试试。

自行编译(或者其他方式安装)kenlm,应该也能跑通了,跑不通的地方自己改改就是了。

你把`raise ValueError('Failed to count ngrams by KenLM.')`那一句注释掉,看看能跑出正常结果不?