apache/mxnet

3D Upsampling

开放

#18,493 创建于 2020年6月5日

 (15 条评论) (3 个反应) (0 位负责人)C++ (6,711 个派生)batch import
C++Feature requestgood first issue

仓库指标

星标
 (20,808 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Currently MXNet does not support upsampling on 5D tensors (3D images). There is more and more work being done in the medical field where 3D images are very common. As MXNet supports 3D transposed convolutions, 3D Upsampling would be very helpful as well, since there are instances where upsampling has been shown to be as effective if not more so than a transposed convolutions.

References

PyTorch, TF both support 3D upsampling.

贡献者指南