Explorar el Código

Should have been in previous commit.

Taddeus Kroes hace 14 años
padre
commit
fd9ecb95b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/load_characters.py

+ 1 - 1
src/load_characters.py

@@ -21,4 +21,4 @@ for char in sorted(listdir('../images/LearningSet')):
         c.append(character)
         print char
 
-dump(c, open('characters2', 'w+'))
+dump(c, open('characters.dat', 'w+'))