This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Warn about incorrect image_shape #103
Open
Description
inspired by #101
Consider printing a warning if final image input doesn't match the model's declared input_shape
. More flexible architectures should still work, so we shouldn't consider that an error—but give people a hint if they run into shape issues.