This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Keras Preprocessing 1.0.6
Changelog
- In
flow_from_dataframe
,has_ext
is now deprecated. - In
DataframeIterator
,sort
is now deprecated. flow_from_dataframe
now supports absolute paths.- Most transformations now support an
order
parameters which can be used to determine the interpolation following PIL standard. The default is usingnearest
, which was the default before this addition.
Credits
Special thanks to @Dref360, the primary maintainer, who makes the existence of this module possible. We also thank @KuzMenachem, @a-c-ozbek, @apatsekin, @fuzzythecat, @heytitle, @mkaze, @piyushchauhan, @rragundez, @smurak, @srajanpaliwal, who contributed to this release.