Skip to content

Commit 49a5706

Browse files
lehougoogletensorflower-gardener
authored andcommitted
Internal change
PiperOrigin-RevId: 421395106
1 parent 12878f3 commit 49a5706

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

official/nlp/bert/bert_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import gin
1818
import tensorflow as tf
1919
import tensorflow_hub as hub
20-
from official.legacy.nlp.albert import configs as albert_configs
20+
from official.legacy.albert import configs as albert_configs
2121
from official.modeling import tf_utils
2222
from official.nlp.bert import configs
2323
from official.nlp.modeling import models

official/nlp/tools/tf2_albert_encoder_checkpoint_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from absl import flags
2424

2525
import tensorflow as tf
26-
from official.legacy.nlp.albert import configs
26+
from official.legacy.albert import configs
2727
from official.modeling import tf_utils
2828
from official.nlp.bert import tf1_checkpoint_converter_lib
2929
from official.nlp.modeling import models

0 commit comments

Comments
 (0)