SUN-1024 / DA-TransUnet

DA-TransUNet: Combining Dual Attention of Position and Channel with Transformer U-net for Medical Image Segmentation
GNU General Public License v3.0
120 stars 10 forks source link

change DATransUNet.py and block.py #14

Open IRNNoshiro opened 5 months ago

IRNNoshiro commented 5 months ago

DecoderBlock function in DATransUNet.py exists a judgment error that caused self.da to not run.