mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

Fix a typo in BilinearSampler's docstring example

Open jmargeta opened this issue 4 years ago • 0 comments

Description

BilinearSampler had a typo in its docstring example. warp_maxtrix was initialized but warp_matrix was used later on.

Checklist

Essentials

  • [x] Changes are complete (i.e. I finished coding on this PR)
  • [x] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • [x] Renamed warp_maxtrix to warp_matrix

jmargeta avatar Nov 02 '19 10:11 jmargeta