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 ec0e28a commit dae528dCopy full SHA for dae528d
test/test_models.py
@@ -1037,7 +1037,7 @@ def test_raft(model_fn, scripted):
1037
torch.manual_seed(0)
1038
1039
# We need very small images, otherwise the pickle size would exceed the 50KB
1040
- # As a resut we need to override the correlation pyramid to not downsample
+ # As a result we need to override the correlation pyramid to not downsample
1041
# too much, otherwise we would get nan values (effective H and W would be
1042
# reduced to 1)
1043
corr_block = models.optical_flow.raft.CorrBlock(num_levels=2, radius=2)
0 commit comments