我最近完成了Cloud ML Criteo tutorial,以及来自" small"的分布式培训工作的最终日志消息之一。数据集(约40M例子)是:
Saving dict for global step 7520: accuracy = 0.78864, ...
"全球步骤"请参考这里?我原本以为是:
global step = (number of training examples * number of epochs) / batch size
然而,训练集大小为40.8M,批量大小为30K,时期数为5,所以这不能得出正确的答案:
(40.8M x 5) / 30K = 6800
答案 0 :(得分:0)