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 2017/12/05 02:59:55 UTC

[GitHub] ceiba-w opened a new pull request #8945: Add param 'num_filter' for 'BaseConvRNNCell'.

ceiba-w opened a new pull request #8945: Add param 'num_filter' for 'BaseConvRNNCell'.
URL: https://github.com/apache/incubator-mxnet/pull/8945
 
 
   ## Description ##
   I think it is improper to use the 'num_hidden' as 'num_filter'. So I add the parameter 'num_filter' for  'BaseConvRNNCell' and its derived classes in rnn_cell.py. 
   
   ### Changes ###
   - Add the parameter 'num_filter'.
   - Change the 'num_filter' in 'Convolution' from 'self._num_hidden*self._num_gates' to 'self._num_filter*self._num_gates'.
   

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