Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b46db8ad
Commit
b46db8ad
authored
Feb 02, 2021
by
stephenwu
Browse files
changed file name
parent
19e8cf91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/data/classifier_data_lib.py
official/nlp/data/classifier_data_lib.py
+1
-1
No files found.
official/nlp/data/classifier_data_lib.py
View file @
b46db8ad
...
@@ -1282,7 +1282,7 @@ class AXgProcessor(DataProcessor):
...
@@ -1282,7 +1282,7 @@ class AXgProcessor(DataProcessor):
def
get_test_examples
(
self
,
data_dir
):
def
get_test_examples
(
self
,
data_dir
):
"""See base class."""
"""See base class."""
return
self
.
_create_examples
(
return
self
.
_create_examples
(
self
.
_read_jsonl
(
os
.
path
.
join
(
data_dir
,
"
test
.jsonl"
)),
"test"
)
self
.
_read_jsonl
(
os
.
path
.
join
(
data_dir
,
"
AX-g
.jsonl"
)),
"test"
)
def
get_labels
(
self
):
def
get_labels
(
self
):
"""See base class."""
"""See base class."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment