natasasdj

Results 2 issues of natasasdj

Makefile.config: CPU_ONLY := 1 I am trying to build with CPU only. I don't want to train the model but I wanted just to make an inference and to look...

BERT_NER.py#L450 ` if FLAGS.crf: (total_loss, logits,predicts) = create_model(bert_config, is_training, input_ids, mask, segment_ids, label_ids,num_labels, `use_one_hot_embeddings)` ` else: (total_loss, logits, predicts) = create_model(bert_config, is_training, input_ids, mask, segment_ids, label_ids,num_labels, use_one_hot_embeddings)` The same code...