terpiljenya / crnn.pytorch

Convolutional recurrent network in pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolutional Recurrent Neural Network

This software implements the Convolutional Recurrent Neural Network (CRNN) in pytorch. Origin software could be found in crnn

Train a new model

  1. Construct dataset and alphabeth following generate_lmdb_dataset.ipynb
  2. Execute PYTHONIOENCODING=utf-8 python3.6 train.py --adadelta --trainRoot train_sample --valRoot test_sample --cuda --random_sample -alphabeth alphabeth. Explore train.py for details.

About

Convolutional recurrent network in pytorch

License:MIT License


Languages

Language:Python 78.2%Language:Jupyter Notebook 15.9%Language:Lua 5.9%