"vscode:/vscode.git/clone" did not exist on "3df4f8cb43a66331b2bea985e22e5476a81c5b5a"
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, ...@@ -225,10 +225,6 @@ def _train(model, optimizer, lr_scheduler, forward_step,
valid_dataloader, model, valid_dataloader, model,
iteration, False) iteration, False)
#if iteration == 1000:
# exit()
#break
# Checkpointing at the end of each epoch. # Checkpointing at the end of each epoch.
if args.save: if args.save:
save_checkpoint(iteration, model, optimizer, lr_scheduler) 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