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/03/28 20:49:38 UTC

[GitHub] piiswrong commented on issue #10304: Dropout has no effect in 1-Layer FusedRNNCell

piiswrong commented on issue #10304: Dropout has no effect in 1-Layer FusedRNNCell
URL: https://github.com/apache/incubator-mxnet/issues/10304#issuecomment-377031511
 
 
   dropout only applies to the intermediate layers. This follows CuDNN convention. The reason is you may not want to dropout the final output.

----------------------------------------------------------------
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