Skip to content

Commit e0cf5f2

Browse files
committed
Merge branch 'distconv-python-data-reader' of github.com:fiedorowicz1/lbann into distconv-python-data-reader
2 parents 3310e64 + 4d94f0c commit e0cf5f2

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)