f-dangel / unfoldNd

(N=1,2,3)-dimensional unfold (im2col) and fold (col2im) in PyTorch
MIT License
82 stars 6 forks source link

Create package API #7

Closed f-dangel closed 3 years ago

f-dangel commented 3 years ago

Resolves #2, but proposes a slightly more compact API.

There are two functions:

Cleans up some dummy functions and tests from the python library template.

Turns off darglint and pydocstyle as the docstrings link to the PyTorch implementations.