前言 今天在Windows系统使用Tensorflow Keras加载inception_resnet_v2卷积神经网络模型。 feature_extractor = keras.applications.inception_resnet_v2.InceptionResNetV2( weights="imagenet", include_top=False, pooling="avg", input_shape=(IMG_SIZE, IMG_