282857341 / nnFormer

MIT License
792 stars 83 forks source link

about the mask_matrix #87

Open YellowLight021 opened 2 years ago

YellowLight021 commented 2 years ago

hi,when debuging your code "nnFormer_acdc.py",I found something a little strange. When you code the swintransformer blocks, the shift option is working but the mask_matrix is always the None value. Is it not necessary that mask_matrix working in your network?

YellowLight021 commented 2 years ago

Now I am sure this is a mistake in nnFormer_acdc.py. Because you are right in other nnFormer_xx.py.