1. Save the BertPretrainerV2 checkpoint using .checkpoint_items in the...
1. Save the BertPretrainerV2 checkpoint using .checkpoint_items in the tf1->tf2 checkpoint converter. 2. In export_tfhub_lib, remove the support of legacy tf2 checkpoint that were converted from tf1 before this commit. The current export_tfhub.py only worked with checkpoint converted after https://github.com/tensorflow/models/commit/78a367e150f625f1b138c847d49ea51498d5263a 3. Also fix the albert tf1->tf2 checkpoint converter which does not work after the above commit. PiperOrigin-RevId: 359406945
Showing
Please register or sign in to comment