Update m1_tf_setup.sh

This commit is contained in:
Smiril
2022-07-10 16:13:40 +02:00
committed by GitHub
parent a951b47e4e
commit 00af86113a
+2
View File
@@ -43,7 +43,9 @@ python3 -m pip install tensorflow-metal
python3 -m pip install tensorflow-estimator
python3 -m pip install tensorboard
for i in `seq 1 6`; do
python3 m1_tf_test.py
done
conda deactivate