-
Notifications
You must be signed in to change notification settings - Fork 467
Bidirectional RNN layer support for Keras frontend and Vitis backend #1310
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
Open
enlupi
wants to merge
29
commits into
fastmachinelearning:main
Choose a base branch
from
enlupi:vivado_bidir_general
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f975066
ADD parsing for bidirectional RNN layers
8121281
Implement bidirectional rnn layers
fc1e950
ADD fixes
f47bb5a
FIX resource strategy
c469793
FIX infer precision for bidirectional rnn
4c3d26e
FIX eliminate activation after bidirectional rnn
5eef679
FIX bidirectional layers name
a9546c7
ADD tests for bidirectional layer
0246dae
FIX weight name and ADD backward layer architecture check
7428af7
FIX static and non-static Bidirectional layers
d2c6cc0
ADD parse general bidirectional layer with possibly different archite…
edf7cdf
ADD paring for general bidirectional layer
d882310
ADD gnerale bidirectional wrapper
4ed22c9
ADD Bidirectional layers support
dd4f220
ADD support for reverse order layers
de803b7
ADD feature check for merge mode and layers order
070fdc2
ADD io type feature check
b65c730
FIX n_out in case of merge_mode != concat
b55cd04
ADD pytest for Bidirectional layer
e8fae54
FIX posible directions for LSTM and GRU
a1500e4
FIX spelling mistake
1c16616
FIX order
2fc981c
FIX remove unused import
48f4fe2
FIX blank space
64ab715
Merge branch 'main' into vivado_bidir_general
enlupi 1b919c8
Merge branch 'main' into vivado_bidir_general
JanFSchulte 20ff35e
Merge branch 'fastmachinelearning:main' into vivado_bidir_general
enlupi 734d42f
RM old comments
enlupi 7c128f7
MV check for out-of-order layers from passes to parsing
enlupi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we doing this here instead of just doing it during the parsing in the converter?