Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 9, 2021
1 parent f2d9fbc commit 2c14700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/prototype/models/optical_flow/raft.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Raft_Large_Weights(WeightsEnum):
meta={
**_COMMON_META,
"recipe": "https://github.com/princeton-vl/RAFT",
"kitti_train_f1-all": 5.10,
"kitti_test_f1-all": 5.10,
},
)

Expand All @@ -100,7 +100,7 @@ class Raft_Large_Weights(WeightsEnum):
meta={
**_COMMON_META,
"recipe": "https://github.com/pytorch/vision/tree/main/references/optical_flow",
"kitti_train_f1-all": 5.19,
"kitti_test_f1-all": 5.19,
},
)

Expand Down

0 comments on commit 2c14700

Please sign in to comment.