torch / nn

Other
1.34k stars 967 forks source link

Does VolumetricFullConvolution support 3D DeConvolution (Upsampling)? #912

Closed kuixu closed 8 years ago

kuixu commented 8 years ago

Does torch implement 3D DeConvolution (Upsampling)? Found that the documentation of SpatialFullConvolution says, Other frameworks call this operation "In-network Upsampling", "Fractionally-strided convolution", "Backwards Convolution," "Deconvolution", or "Upconvolution.". So I guess that VolumetricFullConvolution could do 3D deconvolution, but not sure, can anyone tell me?

Best Regards, Kui

soumith commented 8 years ago

yes