TensorFlow2.0_InceptionV3 icon indicating copy to clipboard operation
TensorFlow2.0_InceptionV3 copied to clipboard

Potentially error in InceptionModule_5

Open Nonimus opened this issue 4 years ago • 0 comments
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,

error

tf version: 2.3.1

Nonimus avatar Jan 31 '21 01:01 Nonimus