Skip to content

Commit b0649dc

Browse files
authored
Merge pull request #897 from Moh-Yakoub/fix_typo
[892] Fix snli train.py typo
2 parents aef78a5 + fc0d686 commit b0649dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snli/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
epoch, iterations, 1+batch_idx, len(train_iter),
120120
100. * (1+batch_idx) / len(train_iter), loss.item(), dev_loss.item(), train_acc, dev_acc))
121121

122-
# update best valiation set accuracy
122+
# update best validation set accuracy
123123
if dev_acc > best_dev_acc:
124124

125125
# found a model with better validation set accuracy

0 commit comments

Comments
 (0)