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 53e25d0 commit ea1b2e7Copy full SHA for ea1b2e7
benchmarks/common/tensorflow/start.sh
@@ -696,6 +696,10 @@ function unet() {
696
echo "wavenet requires -- checkpoint_name arg to be defined"
697
exit 1
698
fi
699
+ if [ ${NOINSTALL} != "True" ]; then
700
+ # install dependencies
701
+ pip3 install --force-reinstall Pillow==5.3.0
702
+ fi
703
if [ ${ACCURACY_ONLY} == "True" ]; then
704
echo "Accuracy testing is not supported for ${MODEL_NAME}"
705
0 commit comments