Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 421395106
  • Loading branch information
lehougoogle authored and tensorflower-gardener committed Jan 12, 2022
1 parent 12878f3 commit 49a5706
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion official/nlp/bert/bert_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import gin
import tensorflow as tf
import tensorflow_hub as hub
from official.legacy.nlp.albert import configs as albert_configs
from official.legacy.albert import configs as albert_configs
from official.modeling import tf_utils
from official.nlp.bert import configs
from official.nlp.modeling import models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from absl import flags

import tensorflow as tf
from official.legacy.nlp.albert import configs
from official.legacy.albert import configs
from official.modeling import tf_utils
from official.nlp.bert import tf1_checkpoint_converter_lib
from official.nlp.modeling import models
Expand Down

0 comments on commit 49a5706

Please sign in to comment.