Skip to content

Commit

Permalink
fix test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yichiac committed Jun 28, 2024
1 parent 7d9f54b commit c50c18b
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 @@ -239,7 +239,7 @@ torchgeo fit --config config.yaml
# Validate-only
torchgeo validate --config config.yaml
# Calculate and report test accuracy
torchgeo test --config config.yaml ckpt_path=...
torchgeo test --config config.yaml --ckpt_path=...
```

It can also be imported and used in a Python script if you need to extend it to add new features:
Expand Down

0 comments on commit c50c18b

Please sign in to comment.