single_train.sh 167 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
logfile=bert_base_`date +%Y%m%d%H%M%S`.log

yangzhong's avatar
yangzhong committed
3
4
python3 crf.py 2>&1 | tee $logfile                    # fp32
#python3 crf.py --use-amp 2>&1 | tee $logfile          # fp16