InhwanBae / ENet-SAD_Pytorch

Pytorch implementation of "Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)"
MIT License
76 stars 18 forks source link

how can I separate out the self-attention Distillation module? #19

Open Sugariscool opened 1 year ago

Sugariscool commented 1 year ago

thanks for your excellent work! I want to use the SAD module in my Wide-ResNet, but how could I separate out this module?