Skip to content

Commit 8cad7da

Browse files
jitendra42dmsuehir
authored andcommitted
Removed wide and deep requirements.txt (#196)
1 parent 33e9e58 commit 8cad7da

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

benchmarks/common/tensorflow/start.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,6 @@ function wide_deep() {
601601
if [ ${PRECISION} == "fp32" ]; then
602602
export PYTHONPATH=${PYTHONPATH}:${MOUNT_EXTERNAL_MODELS_SOURCE}
603603

604-
if [ ${NOINSTALL} != "True" ]; then
605-
# install dependencies
606-
pip install -r "${MOUNT_BENCHMARK}/classification/tensorflow/wide_deep/requirements.txt"
607-
fi
608-
609604
CMD="${CMD} --checkpoint=${CHECKPOINT_DIRECTORY} \
610605
--data-location=${DATASET_LOCATION}"
611606
CMD=${CMD} run_model

benchmarks/recommendation/tensorflow/wide_deep/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)