-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[TEST] Adding multiboxPrior test based on equivalent in deepjavalibrary/dlj #21212
base: master
Are you sure you want to change the base?
Conversation
Hey @juliangamble , Thanks for submitting the PR
CI supported jobs: [centos-gpu, centos-cpu, miscellaneous, unix-gpu, website, unix-cpu, sanity, edge, windows-gpu, clang, windows-cpu] Note: |
@mxnet-bot run ci centos-cpu |
Undefined action detected. |
@mxnet-bot run ci [centos-cpu] |
Jenkins CI successfully triggered : [centos-cpu] |
@mxnet-bot run ci [edge] |
Jenkins CI successfully triggered : [edge] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [website] |
Jenkins CI successfully triggered : [website] |
@mxnet-bot run ci [centos-gpu,unix-gpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-gpu] |
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [edge, sanity, windows-gpu, unix-cpu, centos-cpu, windows-cpu, clang, miscellaneous, unix-gpu, centos-gpu, website] |
Description
This PR adds a test for MultiboxPrior. This code is based on the deepjavalibrary.djl class:
https://github.com/deepjavalibrary/djl/blob/master/integration/src/main/java/ai/djl/integration/tests/modality/cv/MultiBoxPriorTest.java