zfxxfeng / cnn_lstm_ctc_ocr_for_ICPR

Forked from weinman/cnn_lstm_ctc_ocr for the ICPR MTWI 2018 challenge 1
GNU General Public License v3.0
64 stars 34 forks source link

There is some problems in demo, which some weights in checkpoint not found. #2

Open Govan111 opened 6 years ago

Govan111 commented 6 years ago

NotFoundError (see above for traceback): Key rnn/bdrnn2/fw/lstm_cell/weights not found in checkpoint [[Node: save/RestoreV2_39 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2_39/tensor_names, save/RestoreV2_39/shape_and_slices)]]

Can you know how to solve it?

Govan111 commented 6 years ago

Need tensorflow1.3.0