Dynamic setting of input batch size and support for multiple nets in Matlab wrapper#2048
Closed
kencoken wants to merge 5 commits intoBVLC:masterfrom
Closed
Dynamic setting of input batch size and support for multiple nets in Matlab wrapper#2048kencoken wants to merge 5 commits intoBVLC:masterfrom
kencoken wants to merge 5 commits intoBVLC:masterfrom
Conversation
Member
|
Thanks for the pull request and apologies for the silence, but matcaffe has been updated altogether in #2505. The new interface includes multiple nets, reshaping, and more. If you see any improvements to make in the new interface, please do send a PR! I hope the new interface is useful for your deepeval package. |
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.
I'm proposing a pull request which introduces the following new functionality:
force_input_countparameter when initialising a networkThese are both prerequisites for an extended Matlab wrapper for mid-level feature computation using Caffe which I am planning to distribute soon, ported from the deepeval-encoder package, with the intention of replacing it with a new package which builds upon caffe.
Please let me know if there is anything I can do to assist in the integration of these changes to the main Caffe branch, or if there is a more appropriate way in which to port these changes. In particular, am aware that the
force_input_countparameter is quite specific, but nonetheless opted to issue a PR given that, since it is an optional argument, it does not change the existing API if not used. It may be that I maintain these changes in a separate forked repo, but thought I'd issue a PR just in case these changes were useful to others.