google-research / albert

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Apache License 2.0
3.23k stars 571 forks source link

Explicitly import estimator from tensorflow as a separate import instead of #261

Open copybara-service[bot] opened 2 years ago

copybara-service[bot] commented 2 years ago

Explicitly import estimator from tensorflow as a separate import instead of accessing it via tf.estimator and depend on the tensorflow estimator target.