keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

Removed scipy dependency from image_data_generator. #332

Closed eli-osherovich closed 3 years ago

eli-osherovich commented 3 years ago

Summary

Related Issues

PR Overview

This first step of removing scipy dependency (#322). It removes scipy from image_data_generator. Next steps will remove it from additional places.