single_train.sh 273 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 --use-amp --batch-size=64 --root-path=/bert4torch/datasets --epochs=20 2>&1 | tee $logfile       # fp16
python3 crf.py --batch-size=64 --root-path=/bert4torch/datasets --epochs=20 2>&1 | tee $logfile       # fp32