├── VGG16_model.py ├── functions-of-CNN.py ├── imagenet_classes.py ├── input_data_func.py ├── main_program.py ├── total_program.py ├── vgg_preprocess.py └── 模型说明 /VGG16_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/VGG16_model.py -------------------------------------------------------------------------------- /functions-of-CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/functions-of-CNN.py -------------------------------------------------------------------------------- /imagenet_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/imagenet_classes.py -------------------------------------------------------------------------------- /input_data_func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/input_data_func.py -------------------------------------------------------------------------------- /main_program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/main_program.py -------------------------------------------------------------------------------- /total_program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/total_program.py -------------------------------------------------------------------------------- /vgg_preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/vgg_preprocess.py -------------------------------------------------------------------------------- /模型说明: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MILTON-BI/DeepLearning-TransferLearning/HEAD/模型说明 --------------------------------------------------------------------------------