apache/mxnet

3D Upsampling

オープン

#18,493 opened on 2020/06/05

 (15 件のコメント) (3 件のリアクション) (0 人の担当者)C++ (6,711 件のフォーク)batch import
C++Feature requestgood first issue

Repository metrics

Stars
 (20,808 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド