multi-sample_dropout_pytorch icon indicating copy to clipboard operation
multi-sample_dropout_pytorch copied to clipboard

a simple pytorch implement of Multi-Sample Dropout

Results 1 multi-sample_dropout_pytorch issues
Sort by recently updated
recently updated
newest added

In file [nn.py](https://github.com/lonePatient/multi-sample_dropout_pytorch/blob/master/nn.py) on line 79, the loss function receives the variable **temp_out** "loss_fn(**temp_out**, y)", but why didn't loss function receive the variable "**out**" returned from the layer "**out** =...