You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/20 00:15:22 UTC

[GitHub] szha commented on issue #7531: Change Network parameters in Gluon API

szha commented on issue #7531: Change Network parameters in Gluon API
URL: https://github.com/apache/incubator-mxnet/issues/7531#issuecomment-323555188
 
 
   You should be able to do that by changing the dropout rate for the layer. However, this won't work with symbolic or hybridized mode. For imperative mode, you can do:
   ```python
   net[1]._rate = e%10 * 0.1
   ```
 
----------------------------------------------------------------
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