Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 519 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 519 Bytes

mnist with rnn

Requirements

  • python 3.5+
  • tensorflow (version >= 1.4)
  • numpy
  • opencv 3.2.0

Data

Predict

python predict.py image_path

example:

python predict.py test_data/0_05771840.jpg

result

Train

python train.py