Fix QK norm to apply before RoPE, retrain released checkpoints
#2
by tommiekerssies - opened
- README.md +2 -2
- pytorch_model.bin +2 -2
README.md
CHANGED
|
@@ -22,9 +22,9 @@ Prediction quality, measured by applying downstream task heads to the predicted
|
|
| 22 |
| Method | Horizon | VSPW mIoU (↑) | Cityscapes mIoU (↑) | KITTI RMSE (↓) |
|
| 23 |
|--------|---------|---------------|---------------------|----------------|
|
| 24 |
| *Copy last (lower bound)* | *Short (1 frame)* | *51.2* | *53.5* | *3.76* |
|
| 25 |
-
| DeltaWorld | Short (1 frame) | 56.
|
| 26 |
| *Copy last (lower bound)* | *Mid (3 frames)* | *44.3* | *39.6* | *4.86* |
|
| 27 |
-
| DeltaWorld | Mid (3 frames) | 51.
|
| 28 |
|
| 29 |
## Usage
|
| 30 |
|
|
|
|
| 22 |
| Method | Horizon | VSPW mIoU (↑) | Cityscapes mIoU (↑) | KITTI RMSE (↓) |
|
| 23 |
|--------|---------|---------------|---------------------|----------------|
|
| 24 |
| *Copy last (lower bound)* | *Short (1 frame)* | *51.2* | *53.5* | *3.76* |
|
| 25 |
+
| DeltaWorld | Short (1 frame) | 56.1 (54.2) | 65.9 (64.3) | 2.97 (3.36) |
|
| 26 |
| *Copy last (lower bound)* | *Mid (3 frames)* | *44.3* | *39.6* | *4.86* |
|
| 27 |
+
| DeltaWorld | Mid (3 frames) | 51.0 (45.8) | 54.8 (49.8) | 3.76 (5.14) |
|
| 28 |
|
| 29 |
## Usage
|
| 30 |
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ef52aa091abac376f896142bcb84a15fd73fc87656653d6409cd316a3b49219
|
| 3 |
+
size 342727291
|