Can I increase input size dimensions for EfficientNetV2? #141
-
Hey, Leondgarse! Right now I'm trying to catch small details using EfficientNetV2. So I'm intrested - can I increase input dimensions? Like from 512x512 to 600x600? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, you can set new input size just by giving |
Beta Was this translation helpful? Give feedback.
Yes, you can set new input size just by giving
input_shape=(600, 600, 3)
. For EfficientNet / EfficientNetV2, any shape is fine that it can be dynamic as shown in efficientnet readme.