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 Jun 4, 2024
1 parent 001d21c commit 8ee1125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pt/model/test_se_atten_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ def test_jit(
)
dd0.se_atten.mean = torch.tensor(davg, dtype=dtype, device=env.DEVICE)
dd0.se_atten.dstd = torch.tensor(dstd, dtype=dtype, device=env.DEVICE)
_ = torch.jit.script(dd0)
_ = torch.jit.script(dd0)

0 comments on commit 8ee1125

Please sign in to comment.