Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbourgin committed Jun 17, 2019
1 parent 936df03 commit a5bcba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_nets/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def minibatch(X, batchsize=256, shuffle=True):
----------
X : numpy array of shape (N, ...)
The dataset to divide into minibatches. Assumes the first dimension
specifies the number of training examples.
represents the number of training examples.
batchsize : int (default: 256)
The desired size of each minibatch. Note, however, that if X.shape[0] %
batchsize > 0 then the final batch will contain fewer than batchsize
Expand Down

0 comments on commit a5bcba9

Please sign in to comment.