-
Notifications
You must be signed in to change notification settings - Fork 2
BuildGraph for GoogleNet, DenseNet, ResNet, Yolo. Add MatMul_Layer, SoftMax_Layer, Reshape_Layer, BatchNormalization_Layer. Modificates for FCLayer, Flatten, Pooling, Convolution. Add universal accuracy check #212
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
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
be5eedc
fix output
Semyon1104 6b0d71f
Merge remote-tracking branch 'origin/main' into Semyon1104/BuildGraph…
Semyon1104 f1446f9
read and connect googlenet
Semyon1104 fd3a6f3
add MatmulLayer
Semyon1104 4e5457a
add reshapeLayer
Semyon1104 fa7e841
add softmaxlayer
Semyon1104 d83702d
update pooling, not working some tests
Semyon1104 878f450
fix reduce, tensor, implement ghost constant layer in build.cpp
Semyon1104 7e057ec
add batchnormalization_layer
Semyon1104 8778194
fix parser for batch, build densenet
Semyon1104 ae55576
build yolo ??\
Semyon1104 bcec666
build yolo and start inference -> 250~
Semyon1104 58ad832
inference yolo and fix conv
Semyon1104 b576bc9
build dens,resn, yolo, google/ res&dens - perfect
Semyon1104 dc3e3e9
fix time-statistics, add imagenet labels
Semyon1104 ec525fa
fix mul with constant layer for yolo
Semyon1104 3d74386
fix json for yolo, fix split, check concats
Semyon1104 22dec95
yolo&google done
Semyon1104 93bf302
ALL DONE
Semyon1104 280293b
fix tests
Semyon1104 411263e
clang
Semyon1104 47dc937
utf
Semyon1104 9f73bd9
clang
Semyon1104 6fa0843
fix cout
Semyon1104 a03d2ea
add accuracy
Semyon1104 be65a06
fix add accuracy
Semyon1104 bca6201
fix flatten and unused vars
Semyon1104 2810d61
fix flatten tests
Semyon1104 711feed
linux again
Semyon1104 87d8ee2
fix unused build.cpp
Semyon1104 ab2b5a0
fix pooling test
Semyon1104 228b175
fix parallelism in polling, fix and modify parallelism in convolution
Semyon1104 d26f375
static analyzis
Semyon1104 97bae55
codecov
Semyon1104 d1945b6
Update ci.yml
Semyon1104 2a49ff5
Update ci.yml
Semyon1104 5075d25
Merge branch 'main' into Semyon1104/BuildGraph_branching
Semyon1104 2afdd8d
add conv and flatten tests
Semyon1104 bf6ff72
codecov
Semyon1104 789abc6
Update ci.yml
Semyon1104 634a206
fc conv concat tests
Semyon1104 3202dc3
Merge branch 'Semyon1104/BuildGraph_branching' of https://github.com/…
Semyon1104 c06e0cd
conv fc tests
Semyon1104 349729a
tests
Semyon1104 d905435
fix batching in reshape for yolo&resnet
Semyon1104 6639384
fix matmul for batching in yolo
Semyon1104 ef88c46
fix static analizys
Semyon1104 e3fdc36
fix ACC* in ci.yml
Semyon1104 27f89ea
fix txt -> json && name of InputLayer read from json
Semyon1104 37aa544
fix parser, regex, int64_t in tensor, extra file
Semyon1104 3d158e7
Delete src/layers/ConсatLayer.cpp
Semyon1104 cafade8
add tests for softmax && reshape
Semyon1104 fe890f4
Merge branch 'Semyon1104/BuildGraph_branching' of https://github.com/…
Semyon1104 2584bd6
tests in && batch, def in Pooling
Semyon1104 921f2a7
fix json
Semyon1104 dc7fffe
clean debug
Semyon1104 2229aa7
clang
Semyon1104 78c627c
Merge branch 'main' into Semyon1104/BuildGraph_branching
Semyon1104 fd77a82
fix Layer style as nekit
Semyon1104 5d60704
clang
Semyon1104 4bb1496
fix tests, strict build, debug in graph -> constructor poolimpl error
Semyon1104 6c2987a
fix unused
Semyon1104 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
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.
Uh oh!
There was an error while loading. Please reload this page.