摘要: Dependencies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data import numpy a 阅读全文
posted @ 2021-08-27 16:05 kuanleung 阅读(20) 评论(0) 推荐(0)
摘要: ncies: tensorflow: 1.1.0 matplotlib numpy """ import tensorflow as tf import numpy as np import matplotlib.pyplot as plt tf.set_random_seed(1) np.rand 阅读全文
posted @ 2021-08-27 16:05 kuanleung 阅读(20) 评论(0) 推荐(0)