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/11 11:50:54 UTC

[GitHub] formath commented on issue #9023: Multiple featureid in one field in wide&deep example

formath commented on issue #9023: Multiple featureid in one field in wide&deep example
URL: https://github.com/apache/incubator-mxnet/issues/9023#issuecomment-350702763
 
 
   Do you mean `libsvm` format like `field:featureid`? But `LibSVMIter` will parse all `featureid` into one `CSRNDArray`. However, users may want one `CSRNDArray` per `field`. And, all embedding of many `featureid` according to one field will be summed into one embedding like that of `embedding_lookup_sparse(..., combiner='sum')` in tensorflow. Can you give an example?

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