Skip to content

Commit 9d1f915

Browse files
committed
modify documentation
1 parent 20b726a commit 9d1f915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algoperf/workloads/ogbg/input_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def _get_batch_iterator(dataset_iter, global_batch_size, num_shards=None):
149149

150150
if count == num_shards:
151151
# jraph.batch has a memory leak and OOMs
152-
# with jraph.batch_np we may have transferred the leak to the cpu..
152+
# It is possible with jraph.batch_np we may have transferred the leak
153+
# to the cpu.
153154
yield {
154155
'inputs': jraph.batch_np(graphs_shards),
155156
'targets': np.vstack(labels_shards),

0 commit comments

Comments
 (0)