This commit is contained in:
Oluwabusayo Jacobs 2024-05-27 13:55:54 +01:00 коммит произвёл GitHub
Родитель a87eadbfb1
Коммит 3c57f33ae6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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 --trainer.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: