Skip to content

Commit 2c14700

Browse files
committed
typo
1 parent f2d9fbc commit 2c14700

File tree

1 file changed

+2
-2
lines changed
  • torchvision/prototype/models/optical_flow

1 file changed

+2
-2
lines changed

torchvision/prototype/models/optical_flow/raft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Raft_Large_Weights(WeightsEnum):
8686
meta={
8787
**_COMMON_META,
8888
"recipe": "https://github.com/princeton-vl/RAFT",
89-
"kitti_train_f1-all": 5.10,
89+
"kitti_test_f1-all": 5.10,
9090
},
9191
)
9292

@@ -100,7 +100,7 @@ class Raft_Large_Weights(WeightsEnum):
100100
meta={
101101
**_COMMON_META,
102102
"recipe": "https://github.com/pytorch/vision/tree/main/references/optical_flow",
103-
"kitti_train_f1-all": 5.19,
103+
"kitti_test_f1-all": 5.19,
104104
},
105105
)
106106

0 commit comments

Comments
 (0)