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
c13243c1
Commit
c13243c1
authored
Nov 22, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 411638103
parent
05b8eaf2
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
4 additions
and
4 deletions
+4
-4
official/projects/mobilebert/README.md
official/projects/mobilebert/README.md
+0
-0
official/projects/mobilebert/__init__.py
official/projects/mobilebert/__init__.py
+0
-0
official/projects/mobilebert/distillation.py
official/projects/mobilebert/distillation.py
+0
-0
official/projects/mobilebert/distillation_test.py
official/projects/mobilebert/distillation_test.py
+1
-1
official/projects/mobilebert/experiments/en_uncased_student.yaml
...l/projects/mobilebert/experiments/en_uncased_student.yaml
+0
-0
official/projects/mobilebert/experiments/en_uncased_teacher.yaml
...l/projects/mobilebert/experiments/en_uncased_teacher.yaml
+0
-0
official/projects/mobilebert/experiments/mobilebert_distillation_en_uncased.yaml
...ebert/experiments/mobilebert_distillation_en_uncased.yaml
+0
-0
official/projects/mobilebert/export_tfhub.py
official/projects/mobilebert/export_tfhub.py
+1
-1
official/projects/mobilebert/model_utils.py
official/projects/mobilebert/model_utils.py
+0
-0
official/projects/mobilebert/run_distillation.py
official/projects/mobilebert/run_distillation.py
+1
-1
official/projects/mobilebert/tf2_model_checkpoint_converter.py
...ial/projects/mobilebert/tf2_model_checkpoint_converter.py
+1
-1
official/projects/mobilebert/utils.py
official/projects/mobilebert/utils.py
+0
-0
No files found.
official/
nlp/
projects/mobilebert/README.md
→
official/projects/mobilebert/README.md
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/__init__.py
→
official/projects/mobilebert/__init__.py
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/distillation.py
→
official/projects/mobilebert/distillation.py
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/distillation_test.py
→
official/projects/mobilebert/distillation_test.py
View file @
c13243c1
...
...
@@ -28,7 +28,7 @@ from official.nlp.configs import encoders
from
official.nlp.data
import
pretrain_dataloader
from
official.nlp.modeling
import
layers
from
official.nlp.modeling
import
models
from
official.
nlp.
projects.mobilebert
import
distillation
from
official.projects.mobilebert
import
distillation
class
DistillationTest
(
tf
.
test
.
TestCase
,
parameterized
.
TestCase
):
...
...
official/
nlp/
projects/mobilebert/experiments/en_uncased_student.yaml
→
official/projects/mobilebert/experiments/en_uncased_student.yaml
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/experiments/en_uncased_teacher.yaml
→
official/projects/mobilebert/experiments/en_uncased_teacher.yaml
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/experiments/mobilebert_distillation_en_uncased.yaml
→
official/projects/mobilebert/experiments/mobilebert_distillation_en_uncased.yaml
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/export_tfhub.py
→
official/projects/mobilebert/export_tfhub.py
View file @
c13243c1
...
...
@@ -18,7 +18,7 @@ from absl import flags
from
absl
import
logging
import
tensorflow
as
tf
from
official.
nlp.
projects.mobilebert
import
model_utils
from
official.projects.mobilebert
import
model_utils
FLAGS
=
flags
.
FLAGS
...
...
official/
nlp/
projects/mobilebert/model_utils.py
→
official/projects/mobilebert/model_utils.py
View file @
c13243c1
File moved
official/
nlp/
projects/mobilebert/run_distillation.py
→
official/projects/mobilebert/run_distillation.py
View file @
c13243c1
...
...
@@ -31,7 +31,7 @@ from official.modeling import performance
from
official.modeling.fast_training.progressive
import
train_lib
from
official.modeling.fast_training.progressive
import
trainer
as
prog_trainer_lib
from
official.nlp.data
import
pretrain_dataloader
from
official.
nlp.
projects.mobilebert
import
distillation
from
official.projects.mobilebert
import
distillation
FLAGS
=
flags
.
FLAGS
...
...
official/
nlp/
projects/mobilebert/tf2_model_checkpoint_converter.py
→
official/projects/mobilebert/tf2_model_checkpoint_converter.py
View file @
c13243c1
...
...
@@ -21,7 +21,7 @@ from absl import logging
import
numpy
as
np
import
tensorflow.compat.v1
as
tf
from
official.
nlp.
projects.mobilebert
import
model_utils
from
official.projects.mobilebert
import
model_utils
FLAGS
=
flags
.
FLAGS
...
...
official/
nlp/
projects/mobilebert/utils.py
→
official/projects/mobilebert/utils.py
View file @
c13243c1
File moved
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