keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Minor refactoring, added mode check #171

Closed jaketae closed 4 years ago

jaketae commented 4 years ago

Minor refactoring of conditionals, added check for mode in preprocess_input for invalid arguments

taehoonlee commented 4 years ago

Thank you for the PR, @jaketae. Minor refactoring is not effective now because the keras-applications had been folded into tf.keras (see commit)

jaketae commented 4 years ago

@taehoonlee Thanks for the heads up. I'll make a separate PR on the TensorFlow repository to apply these changes.