Skip to content

Commit

Permalink
fixed calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 5, 2024
1 parent c412725 commit b557f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dlio_benchmark_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def test_checkpoint_epoch(framework, model_size, optimizers, num_layers, layer_p
num_optimizer_files = 1
num_layer_files = num_layers
files_per_checkpoint = (num_model_files + num_optimizer_files + num_layer_files) * nranks
comm.Barrier()
if framework == "tensorflow":
file_per_ckp = 2
num_check_files = epochs / epoch_per_ckp * files_per_checkpoint * file_per_ckp + 1
Expand Down

0 comments on commit b557f08

Please sign in to comment.