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
976ba237
Commit
976ba237
authored
Sep 21, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Sep 21, 2020
Browse files
Internal change
PiperOrigin-RevId: 332891157
parent
52b16a1a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
18 deletions
+0
-18
official/nlp/modeling/models/bert_classifier_test.py
official/nlp/modeling/models/bert_classifier_test.py
+0
-4
official/nlp/modeling/models/dual_encoder.py
official/nlp/modeling/models/dual_encoder.py
+0
-5
official/nlp/modeling/models/dual_encoder_test.py
official/nlp/modeling/models/dual_encoder_test.py
+0
-1
official/nlp/modeling/models/electra_pretrainer.py
official/nlp/modeling/models/electra_pretrainer.py
+0
-4
official/nlp/modeling/models/electra_pretrainer_test.py
official/nlp/modeling/models/electra_pretrainer_test.py
+0
-4
No files found.
official/nlp/modeling/models/bert_classifier_test.py
View file @
976ba237
...
@@ -14,10 +14,6 @@
...
@@ -14,10 +14,6 @@
# ==============================================================================
# ==============================================================================
"""Tests for BERT trainer network."""
"""Tests for BERT trainer network."""
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
official/nlp/modeling/models/dual_encoder.py
View file @
976ba237
...
@@ -14,12 +14,7 @@
...
@@ -14,12 +14,7 @@
# ==============================================================================
# ==============================================================================
"""Trainer network for dual encoder style models."""
"""Trainer network for dual encoder style models."""
# pylint: disable=g-classes-have-attributes
# pylint: disable=g-classes-have-attributes
from
__future__
import
absolute_import
from
__future__
import
division
# from __future__ import google_type_annotations
from
__future__
import
print_function
# Import libraries
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.nlp.modeling
import
layers
from
official.nlp.modeling
import
layers
...
...
official/nlp/modeling/models/dual_encoder_test.py
View file @
976ba237
...
@@ -14,7 +14,6 @@
...
@@ -14,7 +14,6 @@
# ==============================================================================
# ==============================================================================
"""Tests for dual encoder network."""
"""Tests for dual encoder network."""
# Import libraries
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
official/nlp/modeling/models/electra_pretrainer.py
View file @
976ba237
...
@@ -14,10 +14,6 @@
...
@@ -14,10 +14,6 @@
# ==============================================================================
# ==============================================================================
"""Trainer network for ELECTRA models."""
"""Trainer network for ELECTRA models."""
# pylint: disable=g-classes-have-attributes
# pylint: disable=g-classes-have-attributes
from
__future__
import
absolute_import
from
__future__
import
division
# from __future__ import google_type_annotations
from
__future__
import
print_function
import
copy
import
copy
...
...
official/nlp/modeling/models/electra_pretrainer_test.py
View file @
976ba237
...
@@ -14,10 +14,6 @@
...
@@ -14,10 +14,6 @@
# ==============================================================================
# ==============================================================================
"""Tests for ELECTRA pre trainer network."""
"""Tests for ELECTRA pre trainer network."""
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.python.keras
import
keras_parameterized
# pylint: disable=g-direct-tensorflow-import
from
tensorflow.python.keras
import
keras_parameterized
# pylint: disable=g-direct-tensorflow-import
...
...
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