Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A previous fix to let validation run across more than one batch caused an issue with multi-GPU training. The issue seems to be in how Keras averages loss and metric values, where it expects them to be scalars rather than arrays. This fix causes scalar outputs from a model to remain scalar in multi-GPU training.
- Loading branch information
9cea282
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is still broken here. Unable to train on the latest keras version
2.1.6