Sfoglia il codice sorgente

Import example code from README

DricomDragon 5 anni fa
parent
commit
8f835857c0
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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()