"tests/vscode:/vscode.git/clone" did not exist on "16a056a7b5801c3b93cc245680ade7e77ed0bd3a"
Commit d03efbf3 authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Fix checkpoint converter import.

PiperOrigin-RevId: 277092057
parent 4457c1a8
...@@ -31,7 +31,7 @@ from __future__ import print_function ...@@ -31,7 +31,7 @@ from __future__ import print_function
from absl import app from absl import app
import tensorflow as tf # TF 1.x import tensorflow as tf # TF 1.x
from third_party.tensorflow_models.official.nlp.bert import tf1_checkpoint_converter_lib from official.nlp.bert import tf1_checkpoint_converter_lib
flags = tf.flags flags = tf.flags
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment