Skip to content

Commit

Permalink
docs: add the tests line to the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Jul 4, 2024
1 parent abc5782 commit 4132e35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,19 @@ Amit Parekh, Nikolas Vitsakis, Alessandro Suglia, and Ioannis Konstas.
pdm install
```

3. Train a model
3. Make sure everything works and is installed correctly

```bash
pdm run pytest --deselect tests/test_online_evaluation.py
```

4. Train a model

```bash
pdm run python src/cogelot/entrypoints/train.py --experiment=01_their_vima
```

4. Evaluate a model
5. Evaluate a model

```bash
pdm run python src/cogelot/entrypoints/evaluate.py trainer.devices=1 model.model.wandb_run_id=8lkml12g
Expand Down

0 comments on commit 4132e35

Please sign in to comment.