Kaynağa Gözat

Import example code from README

DricomDragon 5 yıl önce
ebeveyn
işleme
8f835857c0
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      python/src/io_mnist.py

+ 4 - 0
python/src/io_mnist.py

@@ -0,0 +1,4 @@
+from mnist import MNIST
+
+mndata = MNIST('../../resources/download')
+images, labels = mndata.load_training()