This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[Operator] Bilinear upsamping#746
Merged
antinucleon merged 4 commits intoapache:masterfrom Nov 30, 2015
antinucleon:master
Merged
[Operator] Bilinear upsamping#746antinucleon merged 4 commits intoapache:masterfrom antinucleon:master
antinucleon merged 4 commits intoapache:masterfrom
antinucleon:master
Conversation
5 tasks
Contributor
|
what do you mean dont need concat? does this handle multiple input without duplicating memory? |
Contributor
Author
|
After init the bilinear weight with the result is: |
Contributor
Author
|
@piiswrong I have finished bilinear upsampling. For hypercolumn or concat, I am not very clear about these and feel free to refactor for your purpose. BTW. Travis lint system is not working correctly. |
Contributor
|
I think it's easy to do for nearest neighbor. I'll do it after you merge this. |
Contributor
|
What happened to travis lint? Did the rule set change? |
Contributor
Author
|
https://travis-ci.org/dmlc/mxnet/jobs/93842415 ,seems are errors with numpy and some more strict rules. |
Contributor
Author
|
Right |
antinucleon
added a commit
that referenced
this pull request
Nov 30, 2015
[Operator] Bilinear upsamping
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



@piiswrong @winstywang Init is not implemented and not test yet, seems don't need concat