This repository was archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add symbolic beam search * Update _BeamSearchStepUpdate * [WIP] Fix a lot of stuff Here is one thing I could not address. The `samples` are `taken` at each time stamp, it could not be expressed in `while_loop`. I totally have no idea how to deal with this. * [WIP] fix typo * [WIP] Submit fixes for debugging cut subgraph for Da * Reduce search length to prevent numeral instability propagates * Make linter happy * Rename all vocab_num => vocab_size * Change RNNLayerDecoder to HybridBlock * Symbol[0] => Symbol.squeeze(axis=0)
- Loading branch information
Showing
2 changed files
with
297 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.