File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Implementation of a Convolutional Recurrent Neural Network (CRNN) for image-base
6
6
7
7
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.
8
8
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
+
9
11
10
12
## Installation
11
13
` 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#)
40
42
41
43
python training.py with config.json
42
44
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 ) .
You can’t perform that action at this time.
0 commit comments