albertwy
albertwy
like this: 
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. 
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...