Fixes to the TensorFlow conversion tool
This commit is contained in:
@@ -57,7 +57,7 @@ class InputFeatures(object):
|
||||
|
||||
|
||||
def convert_examples_to_features(examples, seq_length, tokenizer):
|
||||
"""Loads a data file into a list of `InputBatch`s."""
|
||||
"""Loads a data file into a list of `InputFeature`s."""
|
||||
|
||||
features = []
|
||||
for (ex_index, example) in enumerate(examples):
|
||||
|
||||
Reference in New Issue
Block a user