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
27fb855b
Commit
27fb855b
authored
Jan 18, 2022
by
Le Hou
Committed by
A. Unique TensorFlower
Jan 18, 2022
Browse files
Internal change
PiperOrigin-RevId: 422638136
parent
143fd0b6
Changes
44
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
official/nlp/tools/tokenization_test.py
official/nlp/tools/tokenization_test.py
+1
-1
official/nlp/xlnet/training_utils.py
official/nlp/xlnet/training_utils.py
+1
-1
official/projects/nhnet/raw_data_processor.py
official/projects/nhnet/raw_data_processor.py
+1
-1
official/projects/nhnet/utils.py
official/projects/nhnet/utils.py
+1
-1
No files found.
official/nlp/
bert
/tokenization_test.py
→
official/nlp/
tools
/tokenization_test.py
View file @
27fb855b
...
@@ -18,7 +18,7 @@ import tempfile
...
@@ -18,7 +18,7 @@ import tempfile
import
six
import
six
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.nlp.
bert
import
tokenization
from
official.nlp.
tools
import
tokenization
class
TokenizationTest
(
tf
.
test
.
TestCase
):
class
TokenizationTest
(
tf
.
test
.
TestCase
):
...
...
official/nlp/xlnet/training_utils.py
View file @
27fb855b
...
@@ -21,7 +21,7 @@ from typing import Any, Callable, Dict, Optional, Text
...
@@ -21,7 +21,7 @@ from typing import Any, Callable, Dict, Optional, Text
from
absl
import
logging
from
absl
import
logging
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.
nlp
.bert
import
model_training_utils
from
official.
legacy
.bert
import
model_training_utils
from
official.nlp.xlnet
import
data_utils
from
official.nlp.xlnet
import
data_utils
# pytype: disable=attribute-error
# pytype: disable=attribute-error
...
...
official/projects/nhnet/raw_data_processor.py
View file @
27fb855b
...
@@ -22,8 +22,8 @@ import urllib.parse
...
@@ -22,8 +22,8 @@ import urllib.parse
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.nlp.bert
import
tokenization
from
official.nlp.data
import
classifier_data_lib
from
official.nlp.data
import
classifier_data_lib
from
official.nlp.tools
import
tokenization
class
RawDataProcessor
(
object
):
class
RawDataProcessor
(
object
):
...
...
official/projects/nhnet/utils.py
View file @
27fb855b
...
@@ -18,8 +18,8 @@ from typing import Optional, Text
...
@@ -18,8 +18,8 @@ from typing import Optional, Text
from
absl
import
logging
from
absl
import
logging
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.legacy.bert
import
configs
from
official.modeling.hyperparams
import
params_dict
from
official.modeling.hyperparams
import
params_dict
from
official.nlp.bert
import
configs
from
official.projects.nhnet
import
configs
as
nhnet_configs
from
official.projects.nhnet
import
configs
as
nhnet_configs
...
...
Prev
1
2
3
Next
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