jyunx

Results 2 comments of jyunx

model = InceptionResNetV1(classes=512) solved the problem. My guess is that newly updated model was not trained under the default frame of Inception ResNet V1.

> model = InceptionResNetV1(classes=512) solved the problem. > My guess is that newly updated model was not trained under the default frame of Inception ResNet V1. I found the answer...