From 4963efe94b0293d056f5687656f5fbfaf1d15520 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Sun, 30 Aug 2020 10:39:32 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce7f8e..ddc4250 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ attention-ocr.pytorch:Encoder+Decoder+attention model ====================================== -This repository implements the the encoder and decoder model with attention model for OCR, the encoder uses CNN+Bi-LSTM, the decoder uses GRU. This repository is modified from https://github.com/meijieru/crnn.pytorch +This repository implements the encoder and decoder model with attention model for OCR, the encoder uses CNN+Bi-LSTM, the decoder uses GRU. This repository is modified from https://github.com/meijieru/crnn.pytorch Earlier I had an open source version, but had some problems identifying images of fixed width. Recently I modified the model to support image recognition with variable width. The function is the same as CRNN. Due to the time problem, there is no pre-training model this time, which will be updated later. # requirements