Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brightmart committed Nov 21, 2018
1 parent b7420a9 commit 65c744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a00_Bert/train_bert_multi-label.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main(_):
#print("trainY[start:end]:",trainY[start:end])
try:
target_labels = get_target_label_short_batch(trainY[start:end])
print("target_labels:",target_labels)
#print("target_labels:",target_labels)
print("trainY[",start,"]:",target_labels[0])
except:
pass
Expand Down

0 comments on commit 65c744e

Please sign in to comment.