]> piware.de Git - handwriting-recognition.git/commitdiff
Process many images in parallel
authorMartin Pitt <martin@piware.de>
Sat, 29 Aug 2020 19:29:39 +0000 (21:29 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 30 Aug 2020 09:40:28 +0000 (11:40 +0200)
Provide one object per NN layer and implement their functionality
separately, like in
https://www.kdnuggets.com/2019/08/numpy-neural-networks-computational-graphs.html

Each layer does not take only one image vector, but a whole 10,000 of
them, which massively speeds up the computation -- much less time spent
in Python iterations.


No differences found