Ver código fonte

Import example code from README

DricomDragon 5 anos atrás
pai
commit
8f835857c0
1 arquivos alterados com 4 adições e 0 exclusões
  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()