We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f3c8c commit 499e601Copy full SHA for 499e601
benchmarks/common/tensorflow/start.sh
@@ -2021,6 +2021,7 @@ function graphsage() {
2021
fi
2022
2023
CMD="${CMD} $(add_arg "--pretrained-model" ${PRETRAINED_MODEL})"
2024
+ CMD="${CMD} $(add_arg "--warmup-steps" ${WARMUP_STEPS})"
2025
CMD="${CMD} $(add_arg "--steps" ${STEPS})"
2026
CMD=${CMD} run_model
2027
else
0 commit comments