lordofgod commented on issue #4134: how to use mx.sym.UpSampling for bilinear 
upsampling
URL: 
https://github.com/apache/incubator-mxnet/issues/4134#issuecomment-356224512
 
 
   @animebing @piiswrong I find that if you create an bilineaer upsampling 
operator, it will return a deconvolution operation in 
src\operator\upsampling.cc. It's sure that deconvolution can be used as 
bilinear if we forward a network, only that the upsample_weight is initialized 
as bilinear kernel. But during backpropogation, the upsampling_weight will be 
updated. Should I carefully ignore the weight while training a net?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to