Closed FedericoRaimondi closed 5 years ago
there is a little typo in the readme example
model = EfficientNetB0(input_size, classes=1000, include_top=True, weights='imagenet')
should be
model = EfficientNetB0(input_shape, classes=1000, include_top=True, weights='imagenet')
It's minor. I'll fix it in the next release. Thanks for bringing it to my attention.
there is a little typo in the readme example
should be