tengshaofeng / ResidualAttentionNetwork-pytorch

a pytorch code about Residual Attention Network. This code is based on two projects from
667 stars 165 forks source link

extending it to 3d data #16

Open Nd-sole opened 5 years ago

Nd-sole commented 5 years ago

Hi, Can we implement the same network for 3D data by using 3d layers of same 2d layers? What do you advice?