We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e9e58 commit 8cad7daCopy full SHA for 8cad7da
benchmarks/common/tensorflow/start.sh
@@ -601,11 +601,6 @@ function wide_deep() {
601
if [ ${PRECISION} == "fp32" ]; then
602
export PYTHONPATH=${PYTHONPATH}:${MOUNT_EXTERNAL_MODELS_SOURCE}
603
604
- if [ ${NOINSTALL} != "True" ]; then
605
- # install dependencies
606
- pip install -r "${MOUNT_BENCHMARK}/classification/tensorflow/wide_deep/requirements.txt"
607
- fi
608
-
609
CMD="${CMD} --checkpoint=${CHECKPOINT_DIRECTORY} \
610
--data-location=${DATASET_LOCATION}"
611
CMD=${CMD} run_model
benchmarks/recommendation/tensorflow/wide_deep/requirements.txt
0 commit comments