Parcourir la source

Import example code from README

DricomDragon il y a 5 ans
Parent
commit
8f835857c0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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()