-
哥们用的百度webQA的多少数据集
-
是data里给的,还是百度公开的27万的啊?
用data目录里的数据得出来bleu只有5,不知道哪里错了。。。
谢谢啦
-
Successfully installed torch-0.4.0 (cu90/torch-0.4.0-cp36-cp36m-win_amd64.whl )
when run a test.py , got an errors like this:
File "E:/baidu/DuReader-master/DuReader-master/PyTorch/Test.py", l…
-
I just change _nlp = spacy.blank("en")_ to _nlp = spacy.blank("zh")_
Is that ok?
-
运行paddle的infer这步,需要用到preprocessed/testnet下的数据
![dureader](https://user-images.githubusercontent.com/38638662/39356435-95792f14-4a42-11e8-8f2b-62020b7ba85c.png)
但github代码中并没有demo对应的preprocessed数据…
-
目录/pfs/dlnel/home/songqingyun@baidu.com/data/preprocessed/testset/
文件大小728657261B
-
DuReader/tensorflow/layers/match_layer.py line 94:
b = tf.nn.softmax(tf.expand_dims(tf.reduce_max(sim_matrix, 2), 1), -1)
i think tf.reduce_max(t,2) hasnt been defined.it should be 0 o…
-
In Readme, you said:
> To preprocess the raw data, you should first segment 'question', 'title', 'paragraphs' and then store the segemented result into 'segmented_question', 'segmented_title', 'se…
-
1. 在使用GPU训练的时候,对RNN 网络的初始化hidden时,默认使用的是hidden.cuda(),如果命令使用的 --device_id 3, 就会出错。
出错位置: recurrent.py 中的 AttentionEncoder 类中的前向传播forward()里, 这里的hidden初始化的时候,设置cuda(), 是默认的0, 如果前面设置的不是0, 会出现问题。
-
Unresolved reference **brc_eval** and **find_answer** in utils/baseline_eval.py, 27 line.