SSL4EO: fix invocation of training script (#1689)

This commit is contained in:
Adam J. Stewart 2023-10-28 08:33:17 -05:00 коммит произвёл GitHub
Родитель 1fc0f2726e
Коммит 01fe8d5e5d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -89,7 +89,7 @@ This will create patches of NLCD and CDL data with the same locations and dimens
Using either the newly created datasets or after downloading the datasets from Hugging Face, you can run each experiment using:
```console
$ torchgeo --config *.yaml
$ torchgeo fit --config *.yaml
```
The config files to be passed can be found in the `conf/` directory. Feel free to tweak any hyperparameters you see in these files. The default values are the optimal hyperparameters we found.