From 5ca683703c937310f64cc806c9e33643f3c5e924 Mon Sep 17 00:00:00 2001 From: Smiril Date: Sun, 10 Jul 2022 23:34:56 +0200 Subject: [PATCH] Update m1_tf_setup.sh --- m1_tf_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1_tf_setup.sh b/m1_tf_setup.sh index b9e314f..2c3883c 100644 --- a/m1_tf_setup.sh +++ b/m1_tf_setup.sh @@ -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