Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing typo.
  • Loading branch information
georgedahl authored Jul 8, 2023
1 parent b6a28fe commit 46a0a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ evaluations at regular step intervals, not regular time intervals.*
shuffled. Evaluating at regular step intervals can make these issues easier
to catch.
- Partial batches can occur when the evaluation sets are not divisible by the
batch size. Ensure that the padded examples are correctly weighed to prevent
batch size. Ensure that the padded examples are correctly weighted to prevent
the loss function from being biased by them. Often, these padded examples
can be given a weight of zero.
- Save sufficient information per evaluation to support offline analysis.
Expand Down

0 comments on commit 46a0a42

Please sign in to comment.