Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

1 bit mask for Dropout #15968

Open
eric-haibin-lin opened this issue Aug 21, 2019 · 4 comments · May be fixed by #16735
Open

1 bit mask for Dropout #15968

eric-haibin-lin opened this issue Aug 21, 2019 · 4 comments · May be fixed by #16735

Comments

@eric-haibin-lin
Copy link
Member

Currently the mask generated by dropout op uses the same dtype and shape as the input. 1 bit per coordinate should be sufficient. Since dropout is heavily used after activations, this will save a lot of memory for training.

@ptrendx @DickJC123 @PatricZhao @TaoLv

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Feature

@frankfliu
Copy link
Contributor

@mxnet-label-bot add [feature request, operator]

@eric-haibin-lin
Copy link
Member Author

@apeforest

@apeforest
Copy link
Contributor

Working on it now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants