MCPcopy Create free account
hub / github.com/brightmart/albert_zh / get_dev_examples

Method get_dev_examples

classifier_utils.py:94–96  ·  view source on GitHub ↗

Gets a collection of `InputExample`s for the dev set.

(self, data_dir)

Source from the content-addressed store, hash-verified

92 raise NotImplementedError()
93
94 def get_dev_examples(self, data_dir):
95 """Gets a collection of `InputExample`s for the dev set."""
96 raise NotImplementedError()
97
98 def get_test_examples(self, data_dir):
99 """Gets a collection of `InputExample`s for prediction."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected