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

Draft: Implements Encoder-Decoder Attention Model #28

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Jul 26, 2023

  1. implemented enc-dec-att model

    mmz33 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bc40736 View commit details
    Browse the repository at this point in the history
  2. fix docs

    mmz33 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    446cf2a View commit details
    Browse the repository at this point in the history
  3. fix docs

    mmz33 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6809695 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. better check

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6dbeb34 View commit details
    Browse the repository at this point in the history
  2. better comment

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5ee8c35 View commit details
    Browse the repository at this point in the history
  3. better comment

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5770d0e View commit details
    Browse the repository at this point in the history
  4. refactor + implement zoneout

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b661cee View commit details
    Browse the repository at this point in the history
  5. implement zoneout lstm cell

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fb64bcb View commit details
    Browse the repository at this point in the history
  6. fix

    mmz33 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0ac8e69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ce9542 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. put tensors on cuda

    mmz33 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    cf8017e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. make device configurable

    mmz33 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8030a30 View commit details
    Browse the repository at this point in the history
  2. check for cuda availability

    mmz33 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4ddfae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    315b579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a6e044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f4de5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add shift_embeddings flag for Attention Decoder

    Allows to pass the label unshifted for step-wise search
    without needing a separate function besides "forward".
    JackTemaki committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1002af4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    17b1a7f View commit details
    Browse the repository at this point in the history
  2. fix logits dropout bug

    mmz33 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b26ed0a View commit details
    Browse the repository at this point in the history