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

dataset format #1

Closed robinjoe93 closed 4 years ago

robinjoe93 commented 4 years ago

could you supply the sample of dataset format for mobilenet

calmiLovesAI commented 4 years ago

Just follow the instructions in READMD.md, it's suitable for all networks included in the repository.

robinjoe93 commented 4 years ago

Just follow the instructions in READMD.md, it's suitable for all networks included in the repository.

I successed run the programmer thanks for your response