摘要:
# 1. 自定义模型并训练。 import numpy as np import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data tf.logging.set_verbosity(tf.logging.INFO) def lenet(x, is_training): x = tf.reshape 阅读全文
posted @ 2019-12-25 16:07
吴裕雄
阅读(389)
评论(0)
推荐(0)