Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@mlw214 mlw214 released this 01 Jun 04:28

Improve the 1D and 2D shift operators. Specifically:

  • Enable the 1D shift operator to operate on tensors of ndim >= 2.
  • Enable the 2D shift operator to operate on tensors of ndim >= 3. Additionally, remove the height and width arguments to create_shift2d_op and assume the input data has the shape (..., height, width, dim).