Skip to content

Commit 75aac4e

Browse files
fiedorowicz1tbennun
andcommitted
fix typo
Co-authored-by: Tal Ben-Nun <[email protected]>
1 parent 63288ac commit 75aac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/lbann/util/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def get_batch(self, batch_size: int) -> Dict[str, Union[np.ndarray, int]]:
271271

272272
batch = {}
273273

274-
# Note: we return the arrays wiht the pointers so that they aren't
274+
# Note: we return the arrays with the pointers so that they aren't
275275
# deallocated by the garbage collector.
276276
batch["sample"] = np.ascontiguousarray(
277277
[s.sample for s in samples], dtype=self.dtype

0 commit comments

Comments
 (0)