Update m1_tf_setup.sh

This commit is contained in:
Smiril
2022-07-10 23:34:56 +02:00
committed by GitHub
parent d97b6e6fcb
commit 5ca683703c
+1 -1
View File
@@ -44,7 +44,7 @@ python3 -m pip install tensorflow-estimator
python3 -m pip install tensorboard
for i in `seq 1 6`; do
python3 m1_tf_test.py
python3 m1_tf_test.py $(( ( RANDOM % 4096 ) + 4096 ))
done
conda deactivate