eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout
URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r251248178
 
 

 ##########
 File path: src/operator/nn/dropout-inl.h
 ##########
 @@ -73,12 +77,14 @@ struct DropoutParam : public dmlc::Parameter<DropoutParam> 
{
     .describe("Whether to only turn on dropout during training or to also turn 
on for inference.");
     DMLC_DECLARE_FIELD(axes).set_default(TShape())
     .describe("Axes for variational dropout kernel.");
+    DMLC_DECLARE_FIELD(cudnn_off).set_default(dmlc::optional<bool>(false))
 
 Review comment:
   default=True?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to