mxnet
mxnet copied to clipboard
Fix a typo in BilinearSampler's docstring example
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