liuyuemaicha / Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow

Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow
http://blog.csdn.net/liuyuemaicha/article/details/60581187
188 stars 75 forks source link

a simple question and the total run time #14

Open yuguophys opened 6 years ago

yuguophys commented 6 years ago

For line 114 in gen:generator.py, why is the while loop always true and there is no explicit break within the loop? In addition, what is the typical total runtime for a CPU and a gpu? I am using a Tesla K80.