Explorar el Código

Import example code from README

DricomDragon hace 5 años
padre
commit
8f835857c0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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()