"vscode:/vscode.git/clone" did not exist on "6c32d8bb95aa81de6a047cca5ae732b93b9db020"
Commit 1ba5b58c authored by VictorSanh's avatar VictorSanh
Browse files

fix typo

parent 5858e8e4
......@@ -571,7 +571,7 @@ def main():
model.eval()
eval_loss, eval_accuracy = 0, 0
nb_eval_steps, nb_eval_examples = 0
nb_eval_steps, nb_eval_examples = 0, 0
for input_ids, input_mask, segment_ids, label_ids in eval_dataloader:
input_ids = input_ids.to(device)
input_mask = input_mask.float().to(device)
......
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