摘要: 1 import tensorflow as tf 2 import matplotlib.pyplot as plt 3 import numpy as np 4 5 mnist = tf.keras.datasets.mnist 6 (x_trian,y_train), (x_test,y_te 阅读全文
posted @ 2020-02-06 21:08 baby12511 阅读(264) 评论(0) 推荐(0)