Miner

Results 6 issues of Miner

Nice work! The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the...

Nice work! The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the...

good first issue

当执行下面broc build时会出现下面的问题,而在linux下则不会出现。 File "/Users/baidu/rsftools/waimai/zhangxiao_iwm/broc_src/client/broc", line 372, in ret = main() File "/Users/baidu/rsftools/waimai/zhangxiao_iwm/broc_src/client/broc", line 333, in main return _build(options) File "/Users/baidu/rsftools/waimai/zhangxiao_iwm/broc_src/client/broc", line 206, in _build os.chdir(root_node.workspace) OSError: [Errno 2] No such...

"hbias[i] += lr \* (ph_mean[i] - nh_means[i]) / N" is my modification.

Good works! I have two question about your tf codes. The first: In the paper, query vector is calculated using previous layer's hidden state rather than the concatenated pre-layer's memory...