huawei-noah / Disout

Code for AAAI 2020 paper, Beyond Dropout: Feature Map Distortion to Regularize Deep Neural Networks (Disout).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you provide a example of Feature Map Distortion?

BB88Lee opened this issue · comments

Thanks for your great work!

I am very curious about the experiments of "Feature Map Distortion" mentioned in paper (for fully connected layer). In code there is only block-wise distortion.

Could you provide a example of Feature Map Distortion?

Thanks. The implement of element-wise distortion is similar, and you can realize it by slightly modify the file 'disout.py'.