Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine ctc model code for English dataset. #991

Merged
merged 5 commits into from
Jun 21, 2018

Commits on Jun 19, 2018

  1. Refine code for English dataset.

    1. Remove a pooling layer.
    2. Change classes_num to 94.
    3. Modify some arguments in ctc_train.py
    4. Add learning rate decay policy.
    root committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    d78eff7 View commit details
    Browse the repository at this point in the history
  2. Fix readme.

    root committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    2865e20 View commit details
    Browse the repository at this point in the history
  3. Fix README.

    root committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c772414 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Remove consine decay.

    root committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    a474f80 View commit details
    Browse the repository at this point in the history
  2. Remove eval.sh

    root committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    3605054 View commit details
    Browse the repository at this point in the history