Skip to content

Commit

Permalink
docs(readme): version: v1.1.0
Browse files Browse the repository at this point in the history
Update EVAL/PREDICT implementation, support Pytorch format model conversion to ONNX, and finally
provide online demo based on Gradio.
  • Loading branch information
zjykzj committed Aug 16, 2024
1 parent 9ca0d3b commit 43e277b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ For each sub-dataset, the model performance as follows:

| Version | Release Date | Major Updates |
|------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| [v1.1.0](https://github.com/zjykzj/crnn-ctc/releases/tag/v1.1.0) | 2024/08/17 | Update EVAL/PREDICT implementation, support Pytorch format model conversion to ONNX, and finally provide online demo based on Gradio. |
| [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. |
Expand Down

0 comments on commit 43e277b

Please sign in to comment.