build: fix typing/mypy issues

This commit is contained in:
2022-10-27 14:25:09 +02:00
parent 47653d723c
commit d7756a7184
82 changed files with 6552 additions and 46 deletions

View File

@ -0,0 +1 @@
from keras.applications.efficientnet_v2 import EfficientNetV2B0 as EfficientNetV2B0, EfficientNetV2B1 as EfficientNetV2B1, EfficientNetV2B2 as EfficientNetV2B2, EfficientNetV2B3 as EfficientNetV2B3, EfficientNetV2L as EfficientNetV2L, EfficientNetV2M as EfficientNetV2M, EfficientNetV2S as EfficientNetV2S, decode_predictions as decode_predictions, preprocess_input as preprocess_input