ai-med / quickNAT_pytorch

PyTorch Implementation of QuickNAT and Bayesian QuickNAT, a fast brain MRI segmentation framework with segmentation Quality control using structure-wise uncertainty
MIT License
101 stars 36 forks source link

what did squeeze_and_excitation module do? #33

Closed fhfhfh999 closed 2 years ago

fhfhfh999 commented 2 years ago

In quicknat.py the module 'squeeze_and_excitation' are imported but the only use of it is:"print(se.SELayer(params['se_block']))". What's the function of this module?