We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f4b0 commit d1e22aeCopy full SHA for d1e22ae
tests/optim/param/test_transforms.py
@@ -166,7 +166,7 @@ def test_random_rotation_forward_exact_nearest_reflection(self) -> None:
166
if torch.__version__ <= "1.2.0":
167
raise unittest.SkipTest(
168
"Skipping RandomRotation forward due exact nearest relfection"
169
- +" to insufficient Torch version."
+ + " to insufficient Torch version."
170
)
171
rotation_module = transforms.RandomRotation(
172
[45.0], mode="nearest", padding_mode="reflection"
0 commit comments