Skip to content

Commit b04361b

Browse files
authored
Update README.md
1 parent a47a6e6 commit b04361b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Implementation of a Convolutional Recurrent Neural Network (CRNN) for image-base
66

77
This implementation is based on Tensorflow 2.0 and uses `tf.keras` and `tf.data` modules to build the model and to handle input data.
88

9+
To access the previous version implementing Shi et al. paper, go to the [v.0.5.2](https://github.com/solivr/tf-crnn/tree/v0.5.2) tag.
10+
911

1012
## Installation
1113
`tf_crnn` makes use of `tensorflow-gpu` package (so CUDA and cuDNN are needed).
@@ -40,4 +42,4 @@ See also the [docs](https://tf-crnn.readthedocs.io/en/latest/start/index.html#)
4042

4143
python training.py with config.json
4244

43-
More details in the [documentation](https://tf-crnn.readthedocs.io/en/latest/start/training.html#example-of-training).
45+
More details in the [documentation](https://tf-crnn.readthedocs.io/en/latest/start/training.html#example-of-training).

0 commit comments

Comments
 (0)