Skip to content

Commit

Permalink
[CI] Ignore docstring check of _grad_input_padding
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Dec 19, 2022
1 parent 48e9fbe commit 788bcaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backpack/utils/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def _grad_input_padding(
):
"""Determine padding for the VJP of convolution.
# noqa: DAR101, DAR201, DAR 401
Note:
This function was copied from the PyTorch repository (version 1.9).
It was removed between torch 1.12.1 and torch 1.13.
Expand Down

0 comments on commit 788bcaf

Please sign in to comment.