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

2018-01-31 Thread GitBox
piiswrong commented on issue #8949: New layer: split_like. URL: https://github.com/apache/incubator-mxnet/pull/8949#issuecomment-362048936 Unfortunately, this doesn't feel generic enough to be a built in operator. There are multiple ways to handle this. - write a custom operator in

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

2018-01-31 Thread GitBox
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 - cr

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

2017-12-08 Thread GitBox
piiswrong commented on issue #8949: New layer: split_like. URL: https://github.com/apache/incubator-mxnet/pull/8949#issuecomment-350409300 This operator feels weird. First split_like is not a good name because it behaves very differently from split operator. Second splitting x[0] to y[0],