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

Method get_dev_examples

run_classifier.py:182–184  ·  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

180 raise NotImplementedError()
181
182 def get_dev_examples(self, data_dir):
183 """Gets a collection of `InputExample`s for the dev set."""
184 raise NotImplementedError()
185
186 def get_test_examples(self, data_dir):
187 """Gets a collection of `InputExample`s for prediction."""

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected