Skip to content

Files

Latest commit

c775a54 · May 17, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 19, 2017
May 17, 2019
Jan 2, 2017

Dataset

Download your dataset in baidu yun

Train

run the command python chinese_rec.py --mode=train --max_steps=200000 --eval_steps=1000 --save_steps=10000

Validation

run the command python chinese_rec.py --mode=validation

Inference

run the command python chinese_rec.py--mode=inference

The detailed you can get in TensorFlow与中文手写汉字识别

TODOs:

  • delete the placeholders in chinese_rec.py