Skip to content

Commit

Permalink
docs(readme): version: v0.3.0
Browse files Browse the repository at this point in the history
Implement models CRNN_LSTM and CRNN_GRU on datasets EMNIST and ChineseLicensePlate
  • Loading branch information
zjykzj committed Aug 3, 2024
1 parent 690d9d0 commit 9d31e25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@

## Latest News

* ***[2023/10/11][v0.2.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.2.0). Support training/evaluation/prediction of CRNN+CTC based on license plate.***
* ***[2023/10/10][v0.1.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.1.0). Support training/evaluation/prediction of CRNN+CTC based on EMNIST digital characters.***
| Version | Release Date | Major Updates |
|------------------------------------------------------------------|--------------|----------------------------------------------------------------------------------------|
| [v0.3.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.3.0) | 2024/08/03 | Implement models CRNN_LSTM and CRNN_GRU on datasets EMNIST and ChineseLicensePlate. |
| [v0.2.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.2.0) | 2023/10/11 | Support training/evaluation/prediction of CRNN+CTC based on license plate. |
| [v0.1.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v0.1.0) | 2023/10/10 | Support training/evaluation/prediction of CRNN+CTC based on EMNIST digital characters. |

## Background

Expand Down

0 comments on commit 9d31e25

Please sign in to comment.