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

[API 2.0] Add transformer apis #26418

Merged
merged 22 commits into from
Aug 24, 2020

Commits on Aug 15, 2020

  1. Add MultiHeadAttention api.

    test=develop
    guoshengCS committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    a348883 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Add MultiHeadAttention cache type and gen_cache.

    test=develop
    guoshengCS committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b67bd96 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Add TransformerEncoderLayer and TransformerEncoder.

    test=develop
    guoshengCS committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    d3c1709 View commit details
    Browse the repository at this point in the history
  2. Add Transformer decoder apis.

    test=develop
    guoshengCS committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    87e1106 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Add Transformer api.

    test=develop
    guoshengCS committed Aug 20, 2020
    1 Configuration menu
    Copy the full SHA
    c50ad43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7d225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44d92ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bebcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54e9e56 View commit details
    Browse the repository at this point in the history
  6. Fix some bugs in Transformer apis.

    test=develop
    guoshengCS committed Aug 20, 2020
    1 Configuration menu
    Copy the full SHA
    8637eee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33741e8 View commit details
    Browse the repository at this point in the history
  8. solve conflics

    LiuChiachi committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    11b5b8f View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    48a7073 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5578a0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bb65e0 View commit details
    Browse the repository at this point in the history
  12. clean Chinese comments

    LiuChiachi committed Aug 20, 2020
    1 Configuration menu
    Copy the full SHA
    a7a0003 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    d2c25dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c768e6e View commit details
    Browse the repository at this point in the history
  3. Add import for Transformer apis.

    test=develop
    guoshengCS committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    0d01c16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39a623c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Update Transformer apis by renaming MultiheadAttention and cal_kv acc…

    …ording to comments.
    
    test=develop
    guoshengCS committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    48f97e1 View commit details
    Browse the repository at this point in the history
  2. Fix MultiHeadAttention in test_transformer_api.py.

    test=develop
    guoshengCS committed Aug 23, 2020
    1 Configuration menu
    Copy the full SHA
    1beb075 View commit details
    Browse the repository at this point in the history