Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
comands -> commands
  • Loading branch information
eltociear authored and WuTheFWasThat committed Dec 18, 2023
1 parent 78636bd commit 4540835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python3 run_weak_strong.py --strong_model_name resnet50_dino --n_epochs 20
python3 run_weak_strong.py --strong_model_name vitb8_dino --n_epochs 5
```

With the comands above we get the following results (note that the results may not reproduce exactly due to randomness):
With the commands above we get the following results (note that the results may not reproduce exactly due to randomness):

| Model | Top-1 Accuracy |
|-------------------------|----------------|
Expand All @@ -53,4 +53,4 @@ With the comands above we get the following results (note that the results may n
| AlexNet → DINO ResNet50 | 60.7 |
| AlexNet → DINO ViT-B/8 | 64.2 |

You can add new custom models to the `models.py` and new datasets to `data.py`.
You can add new custom models to the `models.py` and new datasets to `data.py`.

0 comments on commit 4540835

Please sign in to comment.