Commit 77d9fd62 authored by Frederick Liu's avatar Frederick Liu Committed by A. Unique TensorFlower
Browse files

[teams] Move teams from nlp/projects to official/projects

PiperOrigin-RevId: 418685487
parent d7eabefa
...@@ -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
......
...@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment