mirror of https://github.com/commaai/tinygrad.git
resnet correct log name for red (#4390)
This commit is contained in:
parent
bf31837e6d
commit
7492e5d3e7
|
@ -14,7 +14,7 @@ export LOGMLPERF=1
|
|||
|
||||
export SEED=$RANDOM
|
||||
DATETIME=$(date "+%m%d%H%M")
|
||||
LOGFILE="resnet_green_${DATETIME}_${SEED}.log"
|
||||
LOGFILE="resnet_red_${DATETIME}_${SEED}.log"
|
||||
|
||||
# init
|
||||
BENCHMARK=10 INITMLPERF=1 python3 examples/mlperf/model_train.py | tee $LOGFILE
|
||||
|
|
Loading…
Reference in New Issue