google-research / albert

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

is it support fine tuning with tf2.x? #226

Open ares5221 opened 4 years ago

ares5221 commented 4 years ago

modeling.py use tf.contrib but this lib is removed in tf2.x ,is there some solution? tks

from tensorflow.contrib import layers as contrib_layers