logfile=bert_base_`date +%Y%m%d%H%M%S`.log #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