run.sh 104 字节
Newer Older
1 2 3 4 5 6 7
#!/bin/sh

python train.py \
--nn_type="dnn" \
--batch_size=64 \
--num_passes=10 \
2>&1 | tee train.log