Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Keras Preprocessing 1.1.0

Latest
Compare
Choose a tag to compare
@fchollet fchollet released this 31 May 16:30
· 36 commits to master since this release

Changelog

All image iterators

  • Added tif/tiff as valid image formats.

DataFrameIterator

  • Removed value "other" for class_mode argument in image.DataFrameIterator; added values "raw" and "multi_output" (and in ImageDataGenerator.flow_from_dataframe)..
  • Added argument weight_col in image. DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).
  • Removed argument drop_duplicates image.DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).
  • Added argument validate_filenames in image.DataFrameIterator (and in ImageDataGenerator.flow_from_dataframe).