Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
파일 탐색기
최종 버전 다운로드 (.zip)- README.md
- __init__.py
- anynet.py
- blocks.py
- regnet.py
- __init__.py
- densenet.py
- efficientnet.py
- group_convolution.py
- inception_modules.py
- inception_resnet_v1.py
- inception_resnet_v2.py
- inception_v4.py
- mobilenet_v1.py
- mobilenet_v2.py
- mobilenet_v3_block.py
- mobilenet_v3_large.py
- mobilenet_v3_small.py
- residual_block.py
- resnet.py
- resnext.py
- resnext_block.py
- se_resnet.py
- se_resnext.py
- shufflenet_v2.py
- squeezenet.py
- README.md
- README.md
- .gitignore
- anynet_cfg.py
- configuration.py
- evaluate.py
- LICENSE
- parse_tfrecord.py
- predict.py
- prepare_data.py
- README.md
- show_model_list.py
- split_dataset.py
- test_single_image.py
- to_tfrecord.py
- train.py
// repository documentation
Was this content helpful?
(0 ratings)
