snakeztc / NeuralDialog-CVAE

Tensorflow Implementation of Knowledge-Guided CVAE for dialog generation ACL 2017. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU

Home Page:https://www.cs.cmu.edu/~tianchez/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about performance

libing125 opened this issue · comments

I run your code with python kgcvae_swda.py on cpu, and get the output:

Avg recall BLEU 0.358250, avg precision BLEU 0.124279 and F1 0.184540 (only 1 reference response. Not final result)
Avg recall BLEU 0.358250, avg precision BLEU 0.124279 and F1 0.184540 (only 1 reference response. Not final result)

I used python3.6 and tensorflow 1.12 cpu version, and made neccessary changes to run your code in my environment. But it seems something went wrong.

Also I ran your code on python2 and tensorflow 1.3 cpu version, but got the same result. Can you give some tips to reproduce your results? Thanks.