# tensorflow-vgg16-train-and-test **Repository Path**: linkapp/tensorflow-vgg16-train-and-test ## Basic Information - **Project Name**: tensorflow-vgg16-train-and-test - **Description**: The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog). - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tensorflow-vgg16-train-and-test The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog). run the train.py to build a pb file and use this pb file to test by running test.py.