SyMPC icon indicating copy to clipboard operation
SyMPC copied to clipboard

Add nn.Dropout support

Open kamathhrishi opened this issue 4 years ago • 0 comments

Feature Description

Dropout is very important component of neural network which prevents overfitting. We need to add it's support in order to provide capability to train practical neural networks. Adding support could be as simple as sampling random indices of weights and performing a public multiplication with 0. Also we need to have a way to toggle between model.eval() and model.train().

kamathhrishi avatar Jul 10 '21 02:07 kamathhrishi