calmiLovesAI / Basic_CNNs_TensorFlow2

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
MIT License
526 stars 178 forks source link

is mobilenet_v1.py missing BN and RELU ? #9

Open lyycfairy opened 4 years ago

lyycfairy commented 4 years ago

new to TF2

calmiLovesAI commented 2 years ago

I‘ve added BN and ReLU.