1. 10 4月, 2017 3 次提交
  2. 09 4月, 2017 2 次提交
  3. 08 4月, 2017 6 次提交
  4. 07 4月, 2017 2 次提交
  5. 06 4月, 2017 8 次提交
  6. 05 4月, 2017 2 次提交
  7. 04 4月, 2017 5 次提交
    • M
      Fixed URL for wordlist.tgz in image_ocr.py (#6136) · 655f5af7
      Mike Henry 提交于
      655f5af7
    • J
      Update documentation for ImageDataGenerator (#6138) · 98b95762
      jcuypers 提交于
      Missing preprocessing_function
      98b95762
    • D
      Fix load_model for multiple output metrics in dictionary (#6122) · 0930ca9e
      Dieuwke Hupkes 提交于
      load_model fails when a model has multiple output layers that have more
      than one metric. Solve this problem by adding a clause that checks if
      metrics are a list.
      For more elaborate description see issue #3958
      
      Include a unit test confirming that model with multiple outputs that
      have more than one metric can indeed be saved and reloaded.
      0930ca9e
    • A
      get_file() with tar, tgz, tar.bz, zip and sha256, resolves #5861. (#5882) · 4fe78f34
      Andrew Hundt 提交于
      * get_file() with tar, tgz, tar.bz, zip and sha256, resolves #5861.
      
      The changes were designed to preserve backwards compatibility while adding support
      for .tar.gz, .tgz, .tar.bz, and .zip files.
      sha256 hash is now supported in addition to md5.
      
      * get_file() improve large file performance #5861.
      
      * getfile() extract parameter fix (#5861)
      
      * extract_archive() py3 fix (#5861)
      
      * get_file() tarfile fix (#5861)
      
      * data_utils.py and data_utils_test.py updated based on review (#5861)
      # This is a combination of 4 commits.
      # The first commit's message is:
      get_file() with tar, tgz, tar.bz, zip and sha256, resolves #5861.
      
      The changes were designed to preserve backwards compatibility while adding support
      for .tar.gz, .tgz, .tar.bz, and .zip files.
      Adds extract_archive() and hash_file() functions.
      sha256 hash is now supported in addition to md5.
      adds data_utils_test.py to test new functionality
      
      # This is the 2nd commit message:
      
      extract_archive() redundant open (#5861)
      
      # This is the 3rd commit message:
      
      data_utils.py and data_utils_test.py updated based on review (#5861)
      test creates its own tiny file to download and extract locally.
      test covers md5 sha256 zip and tar
      _hash_file() now private
      _extract_archive() now private
      
      # This is the 4th commit message:
      
      data_utils.py and data_utils_test.py updated based on review (#5861)
      test creates its own tiny file to download and extract locally.
      test covers md5 sha256 zip and tar
      _hash_file() now private
      _extract_archive() now private
      
      * data_utils.py and data_utils_test.py updated based on review (#5861)
      
      * data_utils.py get_file() cache_dir docs (#5861)
      
      * data_utils.py address docs comments (#5861)
      
      * get_file() comment link, path, & typo fix
      4fe78f34
    • O
      64d24215
  8. 03 4月, 2017 10 次提交
  9. 02 4月, 2017 2 次提交