da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.12k stars 363 forks source link

Migration to latest tensorflow 1.0.1. #35

Closed brishtiteveja closed 7 years ago

brishtiteveja commented 7 years ago

Updated rnn, rnn_cell code. tf.nn.rnn has moved to tf.contrib.rnn and tf.nn.rnn_cell has moved to tf.contrib.rnn.core_rnn_cell and some array_ops have new formats. Training and evaluation are working fine with tensorflow 1.0.1.

brishtiteveja commented 7 years ago

Hey, thank you. Hope people will enjoy working with the new tensorflow.