MCPcopy
hub / github.com/tensorflow/models / _setup

Method _setup

official/benchmark/bert_benchmark.py:275–281  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 max_accuracy=max_accuracy)
274
275 def _setup(self):
276 super(BertClassifyAccuracy, self)._setup()
277 FLAGS.train_data_path = self.train_data_path
278 FLAGS.eval_data_path = self.eval_data_path
279 FLAGS.input_meta_data_path = self.input_meta_data_path
280 FLAGS.bert_config_file = self.bert_config_file
281 FLAGS.init_checkpoint = self.pretrained_checkpoint_path
282
283 @owner_utils.Owner('tf-model-garden')
284 def benchmark_8_gpu_mrpc(self):

Calls

no outgoing calls

Tested by

no test coverage detected