BERT_STS-B icon indicating copy to clipboard operation
BERT_STS-B copied to clipboard

update original function fname, change it to assignment

Open JustinRong opened this issue 6 years ago • 0 comments

HI, i found that The code miss the n

 scaffold_fn = None
    if init_checkpoint:
      (assignment_map,
       initialized_variable_names) = modeling.get_assigment_map_from_checkpoint(
.....

should change to modeling.get_assignment_map_from_checkpoint

JustinRong avatar Dec 14 '18 08:12 JustinRong