Skip to content

Commit

Permalink
adding customized warmup steps (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiqimranintel authored Sep 16, 2024
1 parent 594fd1d commit c52b6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/common/tensorflow/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2021,6 +2021,7 @@ function graphsage() {
fi

CMD="${CMD} $(add_arg "--pretrained-model" ${PRETRAINED_MODEL})"
CMD="${CMD} $(add_arg "--warmup-steps" ${WARMUP_STEPS})"
CMD="${CMD} $(add_arg "--steps" ${STEPS})"
CMD=${CMD} run_model
else
Expand Down

0 comments on commit c52b6e6

Please sign in to comment.