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

New high-level Python API #94

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

New high-level Python API #94

wants to merge 38 commits into from

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    390fb1a View commit details
    Browse the repository at this point in the history
  2. Fix isnan

    jbaiter committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    b9b0769 View commit details
    Browse the repository at this point in the history
  3. Fix test error reporting

    jbaiter committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    bdd149c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

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

Commits on Aug 6, 2016

  1. Configuration menu
    Copy the full SHA
    22570e3 View commit details
    Browse the repository at this point in the history
  2. Add levenshtein binding

    jbaiter committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    b8fe1be View commit details
    Browse the repository at this point in the history
  3. Minor stuff

    - Use PIL.PyAccess when filling Tensor2 from image
    - Return unicode string from `ClstmOcr.aligned`
    - Disable warnings during compilation
    jbaiter committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    ec56f6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb0fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. Remove SWIG bindings

    jbaiter committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    2aed97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1466fb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    56ca566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2a7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17cea1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    90b336a View commit details
    Browse the repository at this point in the history
  2. Combine create_bidi/set_learning_rate

    into a higher-level `prepare_training` method
    jbaiter committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    368e6af View commit details
    Browse the repository at this point in the history
  3. More docstrings

    jbaiter committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    5e02b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b66443 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b32e65 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Update README

    jbaiter committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    9aecfe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Rename to

    jbaiter committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    3c9b5ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f14b2 View commit details
    Browse the repository at this point in the history
  3. Fix typo in Cython code

    jbaiter committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    4701ccb View commit details
    Browse the repository at this point in the history
  4. Adapt run_uw3_500.py script

    jbaiter committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    fa6b00e View commit details
    Browse the repository at this point in the history
  5. Update docs

    jbaiter committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    eed8b55 View commit details
    Browse the repository at this point in the history
  6. Fix typo in docstring

    jbaiter committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    d96195a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Python 3 compatibility

    jbaiter committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    002c9ce View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Configuration menu
    Copy the full SHA
    e9be7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92245d8 View commit details
    Browse the repository at this point in the history
  3. Add requirements.txt

    jbaiter committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    262b691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7050e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Configuration menu
    Copy the full SHA
    e670308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62dadea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ee308 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    jbaiter committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    c690c99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    1c89c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47653f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

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

Commits on Nov 1, 2016

  1. Merge pull request #1 from kba/cython-trainer-cli

    Basic CLI for training OCR using python bindings
    jbaiter authored Nov 1, 2016
    Configuration menu
    Copy the full SHA
    dbd07e4 View commit details
    Browse the repository at this point in the history