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

Support cuDNN CTC functions #1769

Merged
merged 14 commits into from Apr 8, 2019
Merged

Support cuDNN CTC functions #1769

merged 14 commits into from Apr 8, 2019

Commits on Oct 30, 2018

  1. support ctc functions

    aonotas committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    2309250 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Update cupy/cuda/cudnn.pyx

    Co-Authored-By: aonotas <nanigashi03@gmail.com>
    okuta and aonotas committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    7219d31 View commit details
    Browse the repository at this point in the history
  2. Update cupy/cuda/cudnn.pyx

    Co-Authored-By: aonotas <nanigashi03@gmail.com>
    okuta and aonotas committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    a939329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa284e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. add high-level ctc function

    aonotas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    83f88a9 View commit details
    Browse the repository at this point in the history
  2. fix ctc_loss

    aonotas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    19d93fa View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fix header file

    aonotas committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    7fa14f2 View commit details
    Browse the repository at this point in the history
  2. fix header file for CTC

    aonotas committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ed10e3b View commit details
    Browse the repository at this point in the history
  3. fix flake8

    aonotas committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    754f368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd64de View commit details
    Browse the repository at this point in the history
  5. fix flake8

    aonotas committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    bf0550d View commit details
    Browse the repository at this point in the history
  6. use numpy.ndarray

    aonotas committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    02df19a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    d0cc91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb658d8 View commit details
    Browse the repository at this point in the history