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/08/08 00:08:39 UTC

[GitHub] samskalicky commented on issue #9816: Dropout may mask values even when ratio=0.0

samskalicky commented on issue #9816: Dropout may mask values even when ratio=0.0
URL: https://github.com/apache/incubator-mxnet/issues/9816#issuecomment-411241580
 
 
   Bug can be worked around by adding a threshold_eq (<=) operator in mshadow_op.h and calling that one instead in dropout-inl.h 
   
   Tested working with seed 111913613
   
   This change requires changes to mshadow repo...

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