Add public predict method for vector of tensors#396
Merged
nyanp merged 3 commits intoNov 12, 2016
Merged
Conversation
Member
|
@reunanen Could you provide a small test for this? |
Contributor
Author
|
@edgarriba Ok, will try to find the time to do this. |
Contributor
Author
|
@edgarriba Added a test. |
Member
|
LGDT @nyanp review also and merge |
Member
|
Looks good. @reunanen |
xuyuan
added a commit
to xuyuan/tiny-cnn
that referenced
this pull request
Nov 16, 2016
# By nyanp (59) and others # Via GitHub (3) and others * new_dnn: (145 commits) Typo fix (tiny-dnn#404) remove warnings (tiny-dnn#387) add a workaround to mitigate memory consumption problem Update author list Fix error update comments&docs Add some tests & update docs (tiny-dnn#381) Fix bugs in test implementation (tiny-dnn#397) Add public predict method for vector of tensors (tiny-dnn#396) Minor optimization in load_weights_fullyconnected: get dst in and out sizes only once (tiny-dnn#395) rename custom -> internal (tiny-dnn#392) fix several warnings (tiny-dnn#391) fix tests bugs by adding device_t NONE and enable core tests (tiny-dnn#390) rename tiny_dnn backend to custom (tiny-dnn#385) refactor max_pool layer to op (tiny-dnn#376) Fix another compiler warning, this time when building 64-bit (so sizeof size_t > sizeof cnn_size_t) (tiny-dnn#384) Make result::print_detail a const function (tiny-dnn#383) Fix an unnecessary compiler warning (tiny-dnn#382) update README.md with GTest Fix modification of CMAKE_CXX_FLAGS_RELEASE and CMAKE_CXX_FLAGS_DEBUG in CMakeLists.txt (tiny-dnn#379) ...
pansk
pushed a commit
to pansk/tiny-cnn
that referenced
this pull request
Nov 17, 2016
* Add public predict method for vector of tensors * Add test for parallel prediction * Fix some unnecessary compiler warnings by adding explicit typecasting
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
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.
For completeness. Want to
fpropmultiple samples in parallel (in particular because of howfully_connected_op_customandconv2d_op_customare parallelized at the moment).