Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabirk committed May 27, 2024
1 parent 63280c3 commit 78748d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ python gabbro/train.py experiment=example_experiment_classification
You can then evaluate a classifier model by running the following command:

```bash
python scripts/evaluate_classication_ckpt.py --ckpt_path=<path to the checkpoint>
python scripts/evaluate_classification_ckpt.py --ckpt_path=<path to the checkpoint>
```

## Citation
Expand Down

0 comments on commit 78748d0

Please sign in to comment.