Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 7047ff4 commit 85826fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metnet/layers/ConvGRU.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def forward(self, input, hidden_state=None):
input_tensor:
5-D Tensor either of shape (t, b, c, h, w) or (b, t, c, h, w)
hidden_state:
Returns
Returns:
-------
last_state_list, layer_output
"""
Expand Down

0 comments on commit 85826fa

Please sign in to comment.