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

Created ctc_loss function in objectives.py #1008

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2018

  1. Renamed tflearn.losses to regularizers.

    The functions within the renamed module are not losses but regularizers.
    selcouthlyBlue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    dccaf82 View commit details
    Browse the repository at this point in the history
  2. Created ctc_loss function.

    ctc_loss requires a sequence_length argument and it would be nice if it can be passed when it's called.
    selcouthlyBlue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a712b73 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    79d4496 View commit details
    Browse the repository at this point in the history