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

Develop weekly updates #163

Merged
merged 72 commits into from
Sep 6, 2018
Merged

Develop weekly updates #163

merged 72 commits into from
Sep 6, 2018

Commits on Oct 1, 2017

  1. Fixed topk decoder.

    kylegao91 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    82ed883 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Fixed unit test.

    kylegao91 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    57d72c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bfe47c View commit details
    Browse the repository at this point in the history
  3. Fixed division in python3

    kylegao91 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    33cd333 View commit details
    Browse the repository at this point in the history
  4. Updated apidocs.

    kylegao91 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    19f4615 View commit details
    Browse the repository at this point in the history
  5. Updated code style.

    kylegao91 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    c5ccf32 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

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

Commits on Oct 9, 2017

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

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    5665934 View commit details
    Browse the repository at this point in the history
  2. Added copy decoder.

    kylegao91 committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    48205a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    5d6b479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799a922 View commit details
    Browse the repository at this point in the history
  3. Pass batch through decoder.

    kylegao91 committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    ab06567 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

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

Commits on Oct 14, 2017

  1. Merge from topk.

    kylegao91 committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    a6ac847 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

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

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    9bbface View commit details
    Browse the repository at this point in the history
  2. Fixed argument order.

    kylegao91 committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    d8fcaef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6469d9b View commit details
    Browse the repository at this point in the history
  4. Fixed wrong variable.

    kylegao91 committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    325b62d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into copy

    # Conflicts:
    #	seq2seq/models/DecoderRNN.py
    #	seq2seq/models/TopKDecoder.py
    #	tests/test_topkdecoder.py
    kylegao91 committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f851cdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd274c2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. updated README

    kylegao91 committed May 4, 2018
    Configuration menu
    Copy the full SHA
    17fe235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f146087 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. updates README

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    447f00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554a3b5 View commit details
    Browse the repository at this point in the history
  3. update README

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    4acfa8b View commit details
    Browse the repository at this point in the history
  4. update README

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    3ac68ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15a9f30 View commit details
    Browse the repository at this point in the history
  6. fixed vagrant file

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    e3836f8 View commit details
    Browse the repository at this point in the history
  7. updates docs

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    f472ca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78eab08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e98d50e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8646d6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a685b43 View commit details
    Browse the repository at this point in the history
  12. made ref

    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    3be3172 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1da2f9c View commit details
    Browse the repository at this point in the history
  14. Update DecoderRNN.py

    Removed step from post_decode
    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    cde0b25 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3 from pskrunner14/copy

    Merge branch copy into develop
    pskrunner14 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    adab17b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Configuration menu
    Copy the full SHA
    1a3cd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7cb978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5be01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04acfb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac21962 View commit details
    Browse the repository at this point in the history
  6. update docs and README

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    eb21a48 View commit details
    Browse the repository at this point in the history
  7. update README

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    c2cbd45 View commit details
    Browse the repository at this point in the history
  8. update docs and README

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    7ce607c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca80052 View commit details
    Browse the repository at this point in the history
  10. changes topkdecoder test

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    a2d9a20 View commit details
    Browse the repository at this point in the history
  11. changes topkdecoder test

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    2322c5b View commit details
    Browse the repository at this point in the history
  12. changes topkdecoder test

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    51dc6ea View commit details
    Browse the repository at this point in the history
  13. changes topkdecoder test

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    20cff5d View commit details
    Browse the repository at this point in the history
  14. changes topkdecoder test

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    7993fea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e82975 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a38254b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    993de89 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5b54ad1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1df8903 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a148c49 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7aa9330 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8229fbe View commit details
    Browse the repository at this point in the history
  23. fixes typo

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    5f61757 View commit details
    Browse the repository at this point in the history
  24. fixes typo

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    539fbc1 View commit details
    Browse the repository at this point in the history
  25. fixes typo

    pskrunner14 committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    59eb3f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

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

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    817a59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b636533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f4eb0 View commit details
    Browse the repository at this point in the history
  4. ignore pylintrc for now

    pskrunner14 committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    dfe7ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3228c3 View commit details
    Browse the repository at this point in the history