讀取mnist數據集

首先下載mnist數據集,網址爲yan lecun_mnist 然後運行下列代碼: from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("D:\\data\\mnist\\", False, one_hot=True)
相關文章
相關標籤/搜索