You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/30 22:23:31 UTC

[GitHub] nswamy commented on a change in pull request #12691: [MXNET-1001] [WIP] Add new cudnn_tune, cudnn_off params in gluon conv blocks

nswamy commented on a change in pull request #12691: [MXNET-1001] [WIP] Add new cudnn_tune, cudnn_off params in gluon conv blocks
URL: https://github.com/apache/incubator-mxnet/pull/12691#discussion_r221475835
 
 

 ##########
 File path: python/mxnet/gluon/nn/conv_layers.py
 ##########
 @@ -86,10 +86,15 @@ class _Conv(HybridBlock):
         Initializer for the `weight` weights matrix.
     bias_initializer: str or `Initializer`
         Initializer for the bias vector.
+    cudnn_tune: {None, 'fastest', 'limited_workspace', 'off'}, Optional, default='None'
+        Whether to pick convolution algo by running performance test.
+    cudnn_off: boolean, optional, default=False
 
 Review comment:
   Is this parameter different from `cudnn_tune='off'` ? Can the default be `off` instead of None?
   Also, please explain what each option in `cudnn_tune` mean

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services