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

[Onnx] Support Bidirectional RNNs #8337

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
56fd322
modify lstm to be easily bidirectional
AndrewZhaoLuo Jun 23, 2021
2447d35
make it obvious some matriciies are packed via prime notation
AndrewZhaoLuo Jun 24, 2021
85fd46d
fix var name
AndrewZhaoLuo Jun 24, 2021
bcfb4d0
more var names
AndrewZhaoLuo Jun 24, 2021
d713392
add op split
AndrewZhaoLuo Jun 24, 2021
c8f61a4
keyword arg names
AndrewZhaoLuo Jun 24, 2021
26d1cd7
missing implicit cls arg
AndrewZhaoLuo Jun 24, 2021
537727b
deal with extra dimensions
AndrewZhaoLuo Jun 24, 2021
ac3bb92
last of the fixes
AndrewZhaoLuo Jun 24, 2021
a7ba617
refactor rnn tests to support directions
AndrewZhaoLuo Jun 24, 2021
a3dd53d
bidirectional tests
AndrewZhaoLuo Jun 24, 2021
91c6483
test forward results
AndrewZhaoLuo Jun 24, 2021
1cdc2ae
go backwards
AndrewZhaoLuo Jun 24, 2021
3382508
more fixes
AndrewZhaoLuo Jun 24, 2021
ebc7078
reverse tokens on reverse pass
AndrewZhaoLuo Jun 24, 2021
023da4f
parameterized directions
AndrewZhaoLuo Jun 24, 2021
c0d1b5f
double up activations in bidirect
AndrewZhaoLuo Jun 24, 2021
3859700
slow attribute forgetting
AndrewZhaoLuo Jun 24, 2021
5f3b4be
lstm interface is v. confus
AndrewZhaoLuo Jun 24, 2021
3b2e486
test forward complete
AndrewZhaoLuo Jun 24, 2021
fba5ba9
add GRU outline
AndrewZhaoLuo Jun 24, 2021
4adca4b
revisiion2
AndrewZhaoLuo Jun 25, 2021
bf02a27
why was tehre a not
AndrewZhaoLuo Jun 25, 2021
7954480
gru tests
AndrewZhaoLuo Jun 25, 2021
d29011a
missing bounds, copy pasta!
AndrewZhaoLuo Jun 25, 2021
855b54d
add comment
AndrewZhaoLuo Jun 25, 2021
804bc7b
ensure all args fp
AndrewZhaoLuo Jun 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading