Yasuaki Hamano

Results 4 comments of Yasuaki Hamano

I got the same error, and I found that according to the TensorFlow docs, the option has to be `keep_dims` instead of `keepdims` in the latest version, and Tensorflow 1.4.1...

@congdoanit98 sorry for my too late reply.. I downloaded it from this link. https://huggingface.co/cl-tohoku/bert-base-japanese-whole-word-masking @beanandrew Yeah, actually the work was not finished, and I had to close this PR... Anyways,...

Well, You are correct again.. I didn't care about the `_rouge_clean` function or some others in format_to_bert function, but it seems to be critical to the generated dataset.. I conducted...

Hmm, I couldn't find that code you mentioned on master branch. Anyways, your suggestion seems to work beautifully. Check it out again, please. https://github.com/nlpyang/PreSumm/blame/master/src/others/tokenization.py#L108 I remember that I commented out...