摘要: 课程地址:TensorFlow 实现基于 CNN 数字识别的代码 课前准备: CNN 模型构建 mnist_model.py #!/usr/bin/python # -*- coding: utf-8 -* from __future__ import absolute_import from __ 阅读全文
posted @ 2019-08-17 20:02 Johnny、 阅读(205) 评论(0) 推荐(0) 编辑