Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
55 lines (42 loc) · 1.44 KB

File metadata and controls

55 lines (42 loc) · 1.44 KB

Build Status

CRNN for English Handwriting Recognition with CTC Loss

Dataset

Command

export PYTHONPATH=path_to_root_folder

cp src/example_config.py src/config.py

Folder Structure

├── data_gen.py
├── LICENSE
├── logs
├── models
├── notebooks
├── README.md
├── requirements.txt
├── src
│   ├── config.py
│   ├── data_generator.py
│   ├── log.py
│   ├── train.py
│   └── utils.py

Reference

CTC Loss

Kaggle ctc loss

Explained ctc loss:

CTC loss params