keras-team / keras-preprocessing

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

Change dict() to {} #281

Closed jaketae closed 4 years ago

jaketae commented 4 years ago

Summary

Replaced dict() with {} for better readability and performance.

Related Issues

N/A

PR Overview