Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarkDaoust/keras-preprocessing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: keras-team/keras-preprocessing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 6 contributors

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    54b5d6e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    75c9e8c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Keep original aspect ratio of objects in flow_from_directory (keras-t…

    …eam#333)
    
    * INtroduce aspect ratio parameter
    
    * Add final solution
    
    * Move argument position. Add docstring.
    
    * Add keep aspect ratio test
    
    * Add comments to tests
    
    * Fix dataframe iterator
    
    * Fix bug in cutting box.
    
    * Fix linter problem
    kopytjuk authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2310b4e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. To support io.Bytesio (keras-team#339)

    * To support io.Bytesio
    
    * fix doc error
    
    * fix format
    
    * add unit test
    
    * fix assert condition
    
    * fix np ndarray compare in an error way
    
    * fix type error, cast the LocalPath to pathlib.Path
    TreeKat71 authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    6701f27 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Add a deprecation notice

    These symbols are not being removed, but are being moved into core
    keras.
    mattdangerw committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    faa5af0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fchollet authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    2613d8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request keras-team#353 from mattdangerw/deprecation-notice

    Add a deprecation notice
    fchollet authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    f199f41 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Update README.md

    fchollet authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3e38006 View commit details
    Browse the repository at this point in the history
Loading