Skip to content

Commit

Permalink
0'th index for neural batchc generators.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Sep 30, 2023
1 parent bda59ed commit f9259c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public int nextBatch() {
deepPredicate.nextBatch();
}

return 1;
return 0;
}

@Override
Expand Down

0 comments on commit f9259c7

Please sign in to comment.