This is an automated email from the ASF dual-hosted git repository.

reminisce pushed a change to branch numpy
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


 discard 5194333  fix jni lint (#14634)
 discard 16f35f9  fix shape index bug (#14630)
 discard 874695d  [Numpy] Java/Scala modification (#14625)
 discard 921045f  [Numpy] fix 
test_operator_gpu.test_upsampling_bilinear_with_type (#14557)
 discard cc6a63b  [Numpy] Misc fix (#14612)
 discard 6292add  Fix pooling_v1 and deformable_convolution param 
initialization (#14577)
 discard 38e1699  Fix cpp package build after using new shape definition 
(#14554)
 discard 387141e  fix R-package (#14536)
 discard 50de181  fix concat and slice (#14549)
 discard 808d036  [numpy] Fix numpy import in python2 (#14537)
 discard 77a508b  [numpy] Fix test_dynamic_shape.test_dynamic_shape (#14538)
 discard f10b1ab  Fix a bug to pass the test in test_contrib_rnn (#14520)
 discard 42cf92c  [numpy] Fix unit tests after introducing numpy compatible 
shapes (#14487)
 discard 9aeac83  [WIP] Use new shape definition (#14453)
 discard 6340f6d  [Numpy] Change semantics of ndim for operators in 
`src/operator/contrib` (#14409)
 discard a80177c  [numpy] Shape support scalar tensor (#14315)
     new 43f7c12  added note about cuda9.2 requirement (#14140)
     new d5d1d7a  Add BERT QA Scala/Java example (#14592)
     new b68f18c  Fix dockerized GPU builds in dev_menu (#14603)
     new 0f7bcf8  [numpy] Shape support scalar tensor (#14315)
     new fc44472  [Numpy] Change semantics of ndim for operators in 
`src/operator/contrib` (#14409)
     new f659034  [WIP] Use new shape definition (#14453)
     new 19434dd  [numpy] Fix unit tests after introducing numpy compatible 
shapes (#14487)
     new 29bfafc  Fix a bug to pass the test in test_contrib_rnn (#14520)
     new 15fc6ce  [numpy] Fix test_dynamic_shape.test_dynamic_shape (#14538)
     new 8604087  [numpy] Fix numpy import in python2 (#14537)
     new 6d0a391  fix concat and slice (#14549)
     new 6b8158a  fix R-package (#14536)
     new 0f0331d  Fix cpp package build after using new shape definition 
(#14554)
     new 62bc5f7  Fix pooling_v1 and deformable_convolution param 
initialization (#14577)
     new f4e57d1  [Numpy] Misc fix (#14612)
     new 58beb06  [Numpy] fix 
test_operator_gpu.test_upsampling_bilinear_with_type (#14557)
     new dc7cf99  [Numpy] Java/Scala modification (#14625)
     new 7568b54  fix shape index bug (#14630)
     new 052936f  fix jni lint (#14634)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5194333)
            \
             N -- N -- N   refs/heads/numpy (052936f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9473 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev_menu.py                                        |   4 +-
 .../org/apache/mxnet/{ => javaapi}/Layout.scala    |  13 +-
 scala-package/examples/pom.xml                     |   5 +
 .../get_resnet_data.sh => bert/get_bert_data.sh}   |  18 +--
 .../bert/run_bert_qa_example.sh}                   |   6 +-
 .../javaapi/infer/bert/BertDataParser.java         | 126 ++++++++++++++++++
 .../mxnetexamples/javaapi/infer/bert/BertQA.java   | 148 +++++++++++++++++++++
 .../mxnetexamples/javaapi/infer/bert/README.md     | 103 ++++++++++++++
 .../javaapi/infer/predictor/BertExampleTest.java   |  71 ++++++++++
 scala-package/mxnet-demo/java-demo/README.md       |   2 +
 10 files changed, 470 insertions(+), 26 deletions(-)
 copy scala-package/core/src/main/scala/org/apache/mxnet/{ => 
javaapi}/Layout.scala (77%)
 copy scala-package/examples/scripts/infer/{imageclassifier/get_resnet_data.sh 
=> bert/get_bert_data.sh} (67%)
 copy scala-package/examples/scripts/{benchmark/run_java_inference_bm.sh => 
infer/bert/run_bert_qa_example.sh} (90%)
 mode change 100644 => 100755
 create mode 100644 
scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/BertDataParser.java
 create mode 100644 
scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/BertQA.java
 create mode 100644 
scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md
 create mode 100644 
scala-package/examples/src/test/java/org/apache/mxnetexamples/javaapi/infer/predictor/BertExampleTest.java

Reply via email to