我正在尝试run_clasifier.py
使用终端执行 BERT 的脚本,如下所示:
python run_classifier.py --task_name=cola --do_predict=true --data_dir=<data-dir> --vocab_file=$BERT_BASE_DIR/vocab.txt --bert_config_file=$BERT_BASE_DIR/bert_config.json --init_checkpoint=<output_dir>/model.ckpt-1603 --max_seq_length=512 --output_dir=<output_dir>
默认情况下在 GPU 上执行。相反,我想在 CPU 上执行它。有没有办法只为一次执行试验而不是所有后续试验。