"examples/vscode:/vscode.git/clone" did not exist on "f77ff561589ae3684be7fbed4bef1129bb72cc7f"
Commit a8d172b3 authored by Mostofa Patwary's avatar Mostofa Patwary
Browse files

removed commnets

parent f415dc85
......@@ -225,10 +225,6 @@ def _train(model, optimizer, lr_scheduler, forward_step,
valid_dataloader, model,
iteration, False)
#if iteration == 1000:
# exit()
#break
# Checkpointing at the end of each epoch.
if args.save:
save_checkpoint(iteration, model, optimizer, lr_scheduler)
......
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