Skip to content

Commit

Permalink
set benchmark_train dynamic epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed Jul 25, 2022
1 parent 00fa71d commit 637c62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_tipc/benchmark_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ else
if [ ${precision} = "fp16" ];then
precision="amp"
fi

epoch=$(set_dynamic_epoch $device_num $epoch)
fp_items_list=($precision)
batch_size_list=($batch_size)
Expand Down

0 comments on commit 637c62e

Please sign in to comment.