albertwy

Results 3 issues of albertwy

like this: ![20140626172622687](https://cloud.githubusercontent.com/assets/17995697/19443610/d37e7448-94bf-11e6-8df5-80d032200c89.png)

I think log_softmax function should be added in Line 39 if we want to use the Gumbel Softmax. `logits = F.log_softrmax(self.hidden(activ))` If I'm wrong, please let me know. Thanks. ![image](https://user-images.githubusercontent.com/17995697/54492275-0d17c500-4900-11e9-8bee-addd81d35934.png)

Hi, your work is very cool and i really like it. I have a question about your adopted evaluation metrics. Using compute_metrics.py, the Exact Matching(EM) and ROUGE-L scores are both...