MNIST one_hot 獨熱獲取

from tensorflow.examples.tutorials.mnist import input_data import numpy as np mnist = input_data.read_data_sets("MNIST_data/", one_hot = True) print(mnist.train.labels[8,:]) for i in range(20):
相關文章
相關標籤/搜索