Skip to content

Tags: DianaLaura/sockeye

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Interleaved Multi-head Attention Operators (awslabs#884)

Replaced batched dot product in multi-head attention with interleaved_matmul attention operators to improve performance. Also changes the batch-major data to time-major format while in the model to comply with the new operator requirements.

2.1.21

Toggle 2.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to cache encoder outputs of model (awslabs#858)

2.1.17

Toggle 2.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add SSRU layer and decoder (awslabs#851)

- Adds layers.SSRU, which implements a Simpler Simple Recurrent Unit as described by Kim et al, 2019.
- Adds ssru_transformer option to --decoder, which enables the usage of SSRUs as a replacement for the decoder-side self-attention layers.
- Reduces the number of arguments for MultiHeadSelfAttention.hybrid_forward().
previous_keys and previous_values should now be input together as previous_states, a list containing two symbols.

2.1.16

Toggle 2.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix batch sizing errors introduced in c00da52 (awslabs#849)

2.1.13

Toggle 2.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Option to suppress console output for secondary workers (awslabs#841)

2.1.10

Toggle 2.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cross-entropy loss without SoftmaxOutput (awslabs#835)

2.1.7

Toggle 2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request awslabs#822 from awslabs/sockeye_2_merge_again

Exception merge commit to move master to Sockeye 2

1.18.115

Toggle 1.18.115's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create sockeye.bib (awslabs#809)

1.18.106

Toggle 1.18.106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
An optional time limit for training in seconds (awslabs#715)

* Optional time limit for training.

* Changelog.

1.18.97

Toggle 1.18.97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to pyyaml 5.1 (awslabs#690)

* update to pyyaml 5.1

* mypy