data_manager:
convert_cifar10_image CIFAR-10数据集的下载与解析
writer_cifar10 CIFAR-10数据集的打包(tfrecord)
reader_cifar10 通过TensorFlow对TFRecord打包过的数据进行解析
reader_cifar10-1 通过slice_input_producer读取文件列表中的样本
reader_cifar10-2 通过string_input_producer从文件中读取数据
cifar10:
readcifar10 通过TensorFlow对TFRecord打包过的数据进行解析
train 训练
test 测试
resnet resnet网络