Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,6 @@ Full credits to: [Aakash Kumar Nain](https://twitter.com/A_K_Nain)
|
|
| 15 |
|
| 16 |
## Background Information
|
| 17 |
This example demonstrates a simple OCR model built with the Functional API. Apart from combining CNN and RNN, it also illustrates how you can instantiate a new layer and use it as an "Endpoint layer" for implementing CTC loss.
|
| 18 |
-
This model uses subclassing
|
| 19 |

|
| 20 |
|
|
|
|
| 15 |
|
| 16 |
## Background Information
|
| 17 |
This example demonstrates a simple OCR model built with the Functional API. Apart from combining CNN and RNN, it also illustrates how you can instantiate a new layer and use it as an "Endpoint layer" for implementing CTC loss.
|
| 18 |
+
This model uses subclassing, learn more about subclassing from [this guide](https://keras.io/guides/making_new_layers_and_models_via_subclassing/).
|
| 19 |

|
| 20 |
|