在CPU而非GPU上运行BERT

时间:2019-06-17 08:42:09

标签: python tensorflow machine-learning nlp bert-language-model

我正在尝试使用如下终端使用BERT的run_clasifier.py脚本:

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上执行它。有没有一种方法可以只对单个执行审判进行处理,而不能对所有后续审判进行处理??

0 个答案:

没有答案