深度学习练习(二) TensorFlow 卷积神经网络之使用训练好的模型识别猫狗图片 #coding=utf-8 import tensorflow as tf from PIL import Image import … 继续阅读 深度学习练习(二)