TensorFlow2.0_InceptionV3
TensorFlow2.0_InceptionV3 copied to clipboard
Potentially error in InceptionModule_5
trafficstars
Thanks for sharing this code.
During my Inspection of it I found that between b1 and b2 in InceptionModule_5 are shared computational paths. This arose as you refer in both parts to self.conv4 and self.conv5. I renamed them and it works,

tf version: 2.3.1