-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue54 update vis ee layers #57
Open
biggsbenjamin
wants to merge
15
commits into
dev-multi-exit
Choose a base branch
from
issue54_update_vis_EE_layers
base: dev-multi-exit
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
Conversation
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
biggsbenjamin
force-pushed
the
dev-multi-exit
branch
from
July 6, 2021 16:08
d06bbfc
to
bf5fda6
Compare
biggsbenjamin
force-pushed
the
issue54_update_vis_EE_layers
branch
from
July 6, 2021 16:34
5e94ec5
to
d5bc3d6
Compare
biggsbenjamin
force-pushed
the
dev-multi-exit
branch
from
July 6, 2021 17:10
bf5fda6
to
3697d47
Compare
biggsbenjamin
force-pushed
the
issue54_update_vis_EE_layers
branch
from
July 6, 2021 17:20
d5bc3d6
to
3e41816
Compare
biggsbenjamin
force-pushed
the
dev-multi-exit
branch
from
August 26, 2021 15:18
3697d47
to
4edc459
Compare
biggsbenjamin
force-pushed
the
issue54_update_vis_EE_layers
branch
from
August 26, 2021 16:43
47e1280
to
a4be5b3
Compare
* started split layer * working with main branch now (for current tests) * added test for optimiser * working on improving resource modelling * updated resource models * changes to split layer * fixed merge conflict * updated visualiser and fn model for splitlayer Co-authored-by: AlexMontgomerie <[email protected]> Co-authored-by: AlexMontgomerie <[email protected]>
* ee parser work bringup * started updating parser, temp save * expanded subgraphs, updated explicit edges of subnodes * added early exit dataflow edges to output of If operation/layer * adding splitlayers to branching connections, removed extra nodes * adding buffer layer, reworking ctrl edges * updated parsering layers * added Buffer and BufferLayer for hw optimiser * ignoring egg dir, adding custom setup for recompilation ease * updated Buffer layer/mod, added Exit layers, updated init * updated add_hardware with new layers, linking control signals, fixing graph and ctrl edges * updating add_dimensions function - savepoint * fixing additional conflicts after rebase * init hw for split layer, fixed comment typos * working parser for branchnet onnx graph (somewhat verified)
…layer and EC layer fixed squeeze layer addition in partition update, added module placeholders for EC and Softmax possibly redundant - adding rsc_coef info to modules
updating layers to be compatible with HLS backend testing
WIP commit - fixing json generation for backend WIP commit - getting split layer streams working with backend updated decision layer params for backend removing default for threshold in cmp layer, updated devscrpt
biggsbenjamin
force-pushed
the
issue54_update_vis_EE_layers
branch
from
September 10, 2021 16:43
a4be5b3
to
c9c8caf
Compare
…nder in onnx_helper.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #54 .