Skip to content

Commit

Permalink
fix import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanxiaosc authored May 9, 2019
1 parent ac8e4bc commit 0b52fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_sequence_labeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from bert import optimization
from bert import tokenization
import tensorflow as tf
import tf_metrics
import calculate_model_score as tf_metrics
import pickle
import shutil

Expand Down

0 comments on commit 0b52fa7

Please sign in to comment.