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/01/31 19:47:56 UTC

[GitHub] piiswrong commented on issue #8949: New layer: split_like.

piiswrong commented on issue #8949: New layer: split_like.
URL: https://github.com/apache/incubator-mxnet/pull/8949#issuecomment-362048936
 
 
   This doesn't feel generic enough to be a built in operator.
   
   There are multiple ways to handle this.
   - write a custom operator in python
   - create a symbol for each seq length/batch_size.
   - implement RNN layer for CPU (on the schedule)
   
   Closing.

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