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
77d9fd62
Commit
77d9fd62
authored
Dec 28, 2021
by
Frederick Liu
Committed by
A. Unique TensorFlower
Dec 28, 2021
Browse files
[teams] Move teams from nlp/projects to official/projects
PiperOrigin-RevId: 418685487
parent
d7eabefa
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
official/projects/teams/teams_task.py
official/projects/teams/teams_task.py
+2
-2
official/projects/teams/teams_task_test.py
official/projects/teams/teams_task_test.py
+2
-2
No files found.
official/
nlp/
projects/teams/teams_task.py
→
official/projects/teams/teams_task.py
View file @
77d9fd62
...
@@ -23,8 +23,8 @@ from official.core import task_factory
...
@@ -23,8 +23,8 @@ from official.core import task_factory
from
official.modeling
import
tf_utils
from
official.modeling
import
tf_utils
from
official.nlp.data
import
pretrain_dataloader
from
official.nlp.data
import
pretrain_dataloader
from
official.nlp.modeling
import
layers
from
official.nlp.modeling
import
layers
from
official.
nlp.
projects.teams
import
teams
from
official.projects.teams
import
teams
from
official.
nlp.
projects.teams
import
teams_pretrainer
from
official.projects.teams
import
teams_pretrainer
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
...
...
official/
nlp/
projects/teams/teams_task_test.py
→
official/projects/teams/teams_task_test.py
View file @
77d9fd62
...
@@ -19,8 +19,8 @@ import tensorflow as tf
...
@@ -19,8 +19,8 @@ import tensorflow as tf
from
official.nlp.configs
import
encoders
from
official.nlp.configs
import
encoders
from
official.nlp.data
import
pretrain_dataloader
from
official.nlp.data
import
pretrain_dataloader
from
official.
nlp.
projects.teams
import
teams
from
official.projects.teams
import
teams
from
official.
nlp.
projects.teams
import
teams_task
from
official.projects.teams
import
teams_task
class
TeamsPretrainTaskTest
(
tf
.
test
.
TestCase
,
parameterized
.
TestCase
):
class
TeamsPretrainTaskTest
(
tf
.
test
.
TestCase
,
parameterized
.
TestCase
):
...
...
Prev
1
2
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