[Operator] add nearest neighboor up sampling#742
[Operator] add nearest neighboor up sampling#742antinucleon merged 2 commits intoapache:masterfrom antinucleon:master
Conversation
|
Looks good to me. |
|
I am out side and I will probably add bilinear upsampling in upsampling symbol. For multi input upsampling, can we use two symbol to do that? I |
|
Using to symbols will result in doubling the memory used. |
|
K, I only use this for GAN and double memoir doesn't hurt me seems. Also for bilinear seems we need to do similar thing. I will use symbol first to make GAN work. |
|
seems good to me. |
[Operator] add nearest neighboor up sampling
|
We could also implement bilinear upsampling with the deconvolution layer, but we would need a way to prevent changes to the weights. See dmlc/MXNet.jl#34 for a first implementation on the Julia side. |
No description provided.