(self)
| 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): |
no outgoing calls
no test coverage detected