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 2019/02/10 19:54:16 UTC

[GitHub] gigasquid opened a new issue #14111: Move Scala Bucketing Code to the Main Package

gigasquid opened a new issue #14111: Move Scala Bucketing Code to the Main Package
URL: https://github.com/apache/incubator-mxnet/issues/14111
 
 
   The BucketIO.scala https://github.com/apache/incubator-mxnet/blob/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples/rnn/BucketIo.scala in the current example Scala would be very useful in the main package to work with BucketingModule (see example https://github.com/apache/incubator-mxnet/blob/master/scala-package/examples/src/main/scala/org/apache/mxnetexamples/rnn/LstmBucketing.scala#L96
   scala-)
   
   This would enable the JVM languages to build NLP support more easily in the packages without having to reimplement bucketing.
   
   For reference the python package does provide support for this
   https://github.com/apache/incubator-mxnet/blob/master/example/rnn/bucketing/lstm_bucketing.py#L79
   https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/rnn/io.py#L84

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