未验证 提交 ec943410 编写于 作者: J Jeff Rasley 提交者: GitHub

pass steps_per_print to tput timer (#299)

上级 eb74c3f1
......@@ -160,6 +160,7 @@ class DeepSpeedLight(Module):
self.tput_timer = ThroughputTimer(
batch_size=self.train_micro_batch_size_per_gpu(),
num_workers=self.dp_world_size,
steps_per_output=self.steps_per_print(),
monitor_memory=False)
self.training_dataloader = self.deepspeed_io(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册