From 2525a30b9d8a011198763169f527b88d441086db Mon Sep 17 00:00:00 2001 From: Arka Date: Sun, 24 Oct 2021 17:14:18 -0400 Subject: [PATCH] typo Former-commit-id: 9b99dba1e6ad5fec942f75418676330f21cef7c2 --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 5cf568c..146373a 100644 --- a/train.py +++ b/train.py @@ -112,7 +112,7 @@ def train_net(net, # Evaluation round division_step = (n_train // (10 * batch_size)) - if division_step > 0: + if division_step > 0: if global_step % division_step == 0: histograms = {} for tag, value in net.named_parameters():