Skip to content

Commit

Permalink
docs(readme): version: v1.0.0
Browse files Browse the repository at this point in the history
Optimize the CRNN architecture while achieving super lightweight **CRNN_Tiny**. <br>In addition, all
training scripts support mixed precision training.
  • Loading branch information
zjykzj committed Aug 3, 2024
1 parent 0302d01 commit dfcdb35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@

## News🚀🚀🚀

| 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. |
| Version | Release Date | Major Updates |
|------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [v1.0.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v1.0.0) | 2024/08/04 | Optimize the CRNN architecture while achieving super lightweight **CRNN_Tiny**. <br>In addition, all training scripts support mixed precision training. |
| [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 All @@ -55,7 +56,7 @@ This warehouse aims to better understand and apply CRNN+CTC, and currently achie
## Installation

```shell
pip install -r requirements.txt
$ pip install -r requirements.txt
```

## Usage
Expand Down

0 comments on commit dfcdb35

Please sign in to comment.