keras-preprocessing icon indicating copy to clipboard operation
keras-preprocessing copied to clipboard

Fix dtype propagation

Open victorjoos opened this issue 5 years ago • 1 comments

Summary

Dtype is not properly propagated to all iterators from ImageDataGenerator. This pull request fixes this

Related Issues

None

PR Overview

  • [ ] This PR requires new unit tests [y/n] (make sure tests are included)
  • [ ] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date)
  • [x] This PR is backwards compatible [y/n]
  • [ ] This PR changes the current API [y/n] (all API changes need to be approved by fchollet)

victorjoos avatar May 16 '19 14:05 victorjoos

Could you add a test to validate this behaviour?

Dref360 avatar May 29 '19 18:05 Dref360