mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

fix slice_axis in ModulatedDeformableConvolution

Open wms2537 opened this issue 3 years ago • 1 comments

Description

slice_axis is not available in npx module, thus I try to achieve it using numpy slicing.

wms2537 avatar Nov 28 '21 13:11 wms2537

Hey @wms2537 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-gpu, website, centos-cpu, centos-gpu, unix-cpu, windows-cpu, miscellaneous, unix-gpu, edge, clang, sanity]


Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.

mxnet-bot avatar Nov 28 '21 13:11 mxnet-bot