apache/mxnet

3D Upsampling

Open

#18,493 建立於 2020年6月5日

在 GitHub 查看
 (15 留言) (3 反應) (0 負責人)C++ (6,711 fork)batch import
C++Feature requestgood first issue

倉庫指標

Star
 (20,808 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南