Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<Fixed a bug in accuracy calculation>
<The variable `correct` is a tensor object, which may lead to a RuntimeError when divided by an int. Using the method `.item()` solves this problem. Fix yunjey#220>
- Loading branch information