This commit is contained in:
Yi-Chia Chang 2024-06-28 13:14:53 -04:00 коммит произвёл GitHub
Родитель 7d9f54b5d0
Коммит 394597c15f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: