Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Latest commit

 

History

History
87 lines (65 loc) · 2.74 KB

File metadata and controls

87 lines (65 loc) · 2.74 KB

Build Status

Vietnamese Handwriting Recognition

Dataset

Command

export PYTHONPATH=path-to-project

cp src/example_config.py src/config.py

Result

TODO

  • Add Dockerfile
  • Deploy simple demo with Tensorflow Serving
  • Simple API
  • Refactor code
  • Add Visual Callback ✔️
  • Train code with Colab's TPU?
  • Convert to Pytorch code

Prevent Overfitting

Reference

Colab Notebook:

Papers

CTC loss:

Kaggle ctc loss:

Explained ctc loss:

CTC loss param:

Overfitting