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
49a5706c
Commit
49a5706c
authored
Jan 12, 2022
by
Le Hou
Committed by
A. Unique TensorFlower
Jan 12, 2022
Browse files
Internal change
PiperOrigin-RevId: 421395106
parent
12878f3f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
official/legacy/albert/README.md
official/legacy/albert/README.md
+0
-0
official/legacy/albert/__init__.py
official/legacy/albert/__init__.py
+0
-0
official/legacy/albert/configs.py
official/legacy/albert/configs.py
+0
-0
official/nlp/bert/bert_models.py
official/nlp/bert/bert_models.py
+1
-1
official/nlp/tools/tf2_albert_encoder_checkpoint_converter.py
...cial/nlp/tools/tf2_albert_encoder_checkpoint_converter.py
+1
-1
No files found.
official/legacy/
nlp/
albert/README.md
→
official/legacy/albert/README.md
View file @
49a5706c
File moved
official/legacy/
nlp/
albert/__init__.py
→
official/legacy/albert/__init__.py
View file @
49a5706c
File moved
official/legacy/
nlp/
albert/configs.py
→
official/legacy/albert/configs.py
View file @
49a5706c
File moved
official/nlp/bert/bert_models.py
View file @
49a5706c
...
...
@@ -17,7 +17,7 @@
import
gin
import
tensorflow
as
tf
import
tensorflow_hub
as
hub
from
official.legacy.
nlp.
albert
import
configs
as
albert_configs
from
official.legacy.albert
import
configs
as
albert_configs
from
official.modeling
import
tf_utils
from
official.nlp.bert
import
configs
from
official.nlp.modeling
import
models
...
...
official/nlp/tools/tf2_albert_encoder_checkpoint_converter.py
View file @
49a5706c
...
...
@@ -23,7 +23,7 @@ from absl import app
from
absl
import
flags
import
tensorflow
as
tf
from
official.legacy.
nlp.
albert
import
configs
from
official.legacy.albert
import
configs
from
official.modeling
import
tf_utils
from
official.nlp.bert
import
tf1_checkpoint_converter_lib
from
official.nlp.modeling
import
models
...
...
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