Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix out of range bug in optimizer.run
indices has the shape of n * n_per_epoch in line 681. i + j * n_per_epoch did cause an out of range error when n_per_epoch was greater than n.
- Loading branch information