Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Change dtype of NumPy array created in `padded_batch` to `np.int64`. Previously `padded_batch` creates a NumPy array of dtype `np.long`, which is a platform-dependent type, which is equivalent to `int32` under Windows.
- Loading branch information