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
05b8eaf2
Commit
05b8eaf2
authored
Nov 22, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 411602924
parent
f59c4651
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
official/projects/text_classification_example/README.md
official/projects/text_classification_example/README.md
+0
-0
official/projects/text_classification_example/classification_data_loader.py
...text_classification_example/classification_data_loader.py
+0
-0
official/projects/text_classification_example/classification_example.py
...cts/text_classification_example/classification_example.py
+1
-1
official/projects/text_classification_example/classification_example_test.py
...ext_classification_example/classification_example_test.py
+2
-2
official/projects/text_classification_example/experiments/classification_ft_cola.yaml
...ification_example/experiments/classification_ft_cola.yaml
+0
-0
official/projects/text_classification_example/experiments/local_example.yaml
...ext_classification_example/experiments/local_example.yaml
+0
-0
official/projects/text_classification_example/train.py
official/projects/text_classification_example/train.py
+1
-1
No files found.
official/
nlp/
projects/example/README.md
→
official/projects/
text_classification_
example/README.md
View file @
05b8eaf2
File moved
official/
nlp/
projects/example/classification_data_loader.py
→
official/projects/
text_classification_
example/classification_data_loader.py
View file @
05b8eaf2
File moved
official/
nlp/
projects/example/classification_example.py
→
official/projects/
text_classification_
example/classification_example.py
View file @
05b8eaf2
...
@@ -27,8 +27,8 @@ from official.modeling import tf_utils
...
@@ -27,8 +27,8 @@ from official.modeling import tf_utils
from
official.modeling.hyperparams
import
base_config
from
official.modeling.hyperparams
import
base_config
from
official.nlp.configs
import
encoders
from
official.nlp.configs
import
encoders
from
official.nlp.modeling
import
models
from
official.nlp.modeling
import
models
from
official.nlp.projects.example
import
classification_data_loader
from
official.nlp.tasks
import
utils
from
official.nlp.tasks
import
utils
from
official.projects.text_classification_example
import
classification_data_loader
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
...
...
official/
nlp/
projects/example/classification_example_test.py
→
official/projects/
text_classification_
example/classification_example_test.py
View file @
05b8eaf2
...
@@ -18,8 +18,8 @@ import tensorflow as tf
...
@@ -18,8 +18,8 @@ import tensorflow as tf
from
official.core
import
config_definitions
as
cfg
from
official.core
import
config_definitions
as
cfg
from
official.nlp.configs
import
encoders
from
official.nlp.configs
import
encoders
from
official.
nlp.
projects.example
import
classification_data_loader
from
official.projects.
text_classification_
example
import
classification_data_loader
from
official.
nlp.
projects.example
import
classification_example
from
official.projects.
text_classification_
example
import
classification_example
class
ClassificationExampleTest
(
tf
.
test
.
TestCase
):
class
ClassificationExampleTest
(
tf
.
test
.
TestCase
):
...
...
official/
nlp/
projects/example/experiments/classification_ft_cola.yaml
→
official/projects/
text_classification_
example/experiments/classification_ft_cola.yaml
View file @
05b8eaf2
File moved
official/
nlp/
projects/example/experiments/local_example.yaml
→
official/projects/
text_classification_
example/experiments/local_example.yaml
View file @
05b8eaf2
File moved
official/
nlp/
projects/example/train.py
→
official/projects/
text_classification_
example/train.py
View file @
05b8eaf2
...
@@ -23,7 +23,7 @@ from official.common import flags as tfm_flags
...
@@ -23,7 +23,7 @@ from official.common import flags as tfm_flags
from
official.core
import
train_lib
from
official.core
import
train_lib
from
official.core
import
train_utils
from
official.core
import
train_utils
from
official.modeling
import
performance
from
official.modeling
import
performance
from
official.
nlp.
projects.example
import
classification_example
from
official.projects.
text_classification_
example
import
classification_example
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
...
...
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