diff --git a/README.md b/README.md index 509b329..7c46b68 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Each conducted experiment has its own branch. An overview of the ablated feature | 3 | - | ✔︎ | - | 56.8 | [no-decoder](https://github.com/LukasHedegaard/OadTR/tree/no-decoder) | `python main.py --num_layers 3 --enc_layers 64` | | 1 | - | ✔︎ | - | 55.6 | [no-decoder](https://github.com/LukasHedegaard/OadTR/tree/no-decoder) | `python main.py --num_layers 1 --enc_layers 64` | | 1 | - | - | - | 55.5 | [no-decoder-no-cls-token](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token) | `python main.py --num_layers 1 --enc_layers 64` | -| 1 | - | - | ✔︎ | 55.7 | [no-decoder-no-cls-token-shifting-tokens](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token-shifting-tokens) | `python main.py --num_layers 1 --enc_layers 64` | +| 1 | - | - | ✔︎ (len n) | 55.7 | [no-decoder-no-cls-token-shifting-tokens](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token-shifting-tokens) | `python main.py --num_layers 1 --enc_layers 64` | +| 1 | - | - | ✔︎ (len 2n) | 55.8 | [no-decoder-no-cls-token-shifting-tokens-2x](https://github.com/LukasHedegaard/OadTR/tree/no-decoder-no-cls-token-shifting-tokens-2x) | `python main.py --num_layers 1 --enc_layers 64` | # Set-up