Commit 8db0e41b authored by Vijay Korthikanti's avatar Vijay Korthikanti
Browse files

minor cleanup

parent ca7a2e34
......@@ -147,7 +147,6 @@ def _train(
# For all the batches in the dataset.
for iteration_, batch in enumerate(train_dataloader):
args.curr_iteration = iteration_
# Ignore the iterations before starting value
if iteration_ < start_iteration:
continue
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment