Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
liujch1998 committed Oct 22, 2024
1 parent d1c528d commit 01b1dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def dummy_init_fn(module: torch.nn.Module) -> None:
log.info("Checkpoint successfully loaded")
# compute and print the sum of the value of all parameters in the model
log.info(f"Sum of all parameters: {sum(p.sum().item() for p in dist_model.parameters())}")
continue

log.info("Starting evaluating...")
eval_metrics = trainer.eval()
Expand Down

0 comments on commit 01b1dc4

Please sign in to comment.