Browse Source

Import example code from README

DricomDragon 5 năm trước cách đây
mục cha
commit
8f835857c0
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()