Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHedegaard committed Dec 6, 2021
1 parent d10700c commit 1938aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1938aa1

Please sign in to comment.