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

Attentive interface #802

Open
wants to merge 18 commits into
base: autoregressive_refactor
Choose a base branch
from
Open

Commits on Apr 3, 2019

  1. Merge pull request #796 from ufal/autoregressive_refactor

    Autoregressive decoders refactor
    jlibovicky committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    cb4531c View commit details
    Browse the repository at this point in the history
  2. refactor rnn encoder

    jlibovicky committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3d34228 View commit details
    Browse the repository at this point in the history
  3. adjust tests and bugfix

    jlibovicky committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    229de60 View commit details
    Browse the repository at this point in the history
  4. pylint fix

    jlibovicky committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    96f99ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68b4fb2 View commit details
    Browse the repository at this point in the history
  6. address review

    jlibovicky committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2088ca2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request #809 from ufal/rnn_enc_refactor

    Unify RNN encoders
    varisd committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    056df1d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. fix mypy for new version

    jindrahelcl committed May 3, 2019
    Configuration menu
    Copy the full SHA
    98accc6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Merge pull request #819 from ufal/mypy_fix

    Updates for new version of mypy
    jindrahelcl committed May 6, 2019
    Configuration menu
    Copy the full SHA
    8bcf6f8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    0542e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    109f9b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02071ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #816 from ufal/dataset_subset_fix

    Fixed Dataset.subset when buffer_size is None
    varisd committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1bb61f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbe69e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2057e0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36e9e1b View commit details
    Browse the repository at this point in the history
  8. fixing tests

    varisd committed May 9, 2019
    Configuration menu
    Copy the full SHA
    cfdeb42 View commit details
    Browse the repository at this point in the history
  9. fixed tests/classifier.ini

    varisd committed May 9, 2019
    Configuration menu
    Copy the full SHA
    38c0bf8 View commit details
    Browse the repository at this point in the history