为什么Tensorflow语言模型示例使用不同的配置进行验证和测试?

时间:2016-11-11 08:32:19

标签: python machine-learning tensorflow

在Tensorflow LM示例中,作者使用不同的配置进行验证和测试:

valid_perplexity = run_epoch(session, mvalid, valid_data, tf.no_op())
test_perplexity = run_epoch(session, mtest, test_data, tf.no_op())

我的问题是为什么我们在这里使用不同的num_steps设置?它是否对困惑度计算有不同的贡献(例如,两个集num_steps等于1)?

0 个答案:

没有答案