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
7f2c1d5a
Commit
7f2c1d5a
authored
Nov 09, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 408650343
parent
46c9fd72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/nlp/modeling/networks/bert_dense_encoder.py
official/nlp/modeling/networks/bert_dense_encoder.py
+1
-1
official/nlp/modeling/networks/bert_dense_encoder_test.py
official/nlp/modeling/networks/bert_dense_encoder_test.py
+1
-1
No files found.
official/nlp/modeling/networks/bert_dense_encoder.py
View file @
7f2c1d5a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
"""Transformer-based BERT encoder network."""
"""Transformer-based BERT encoder network
with dense features as inputs
."""
# pylint: disable=g-classes-have-attributes
# pylint: disable=g-classes-have-attributes
from
typing
import
Any
,
Callable
,
Optional
,
Union
from
typing
import
Any
,
Callable
,
Optional
,
Union
...
...
official/nlp/modeling/networks/bert_dense_encoder_test.py
View file @
7f2c1d5a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
"""Tests for transformer-based bert encoder network."""
"""Tests for transformer-based bert encoder network
with dense features as inputs
."""
# Import libraries
# Import libraries
from
absl.testing
import
parameterized
from
absl.testing
import
parameterized
...
...
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