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

Add an "excluded_tvars" arg in the create_optimizer function, which can be used to forbid updating the selected variables. #244

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Add an "excluded_tvars" arg in the create_optimizer function, which can be used to forbid updating the selected variables.

Usage: excluded_tvars = [var1.name, var2.name, ...]