From 394597c15f65e72760bc8847ce4254f77f4c2ef8 Mon Sep 17 00:00:00 2001 From: Yi-Chia Chang <61452667+yichiac@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:14:53 -0400 Subject: [PATCH] fix test doc (#2142) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38883a212..1d8565e57 100644 --- a/README.md +++ b/README.md @@ -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: