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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what did squeeze_and_excitation module do?

fhfhfh999 opened this issue · comments

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?