This commit is contained in:
Adam J. Stewart 2021-09-03 13:32:35 -05:00
Родитель 75a607feee
Коммит a8be9b5328
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
2 изменённых файлов: 6 добавлений и 7 удалений

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

@ -3,12 +3,6 @@ torchgeo
.. automodule:: torchgeo
This library is part of the `PyTorch <http://pytorch.org/>`_ project.
PyTorch is an open source machine learning framework.
The :mod:`torchgeo` package consists of popular datasets, model
architectures, and common image transformations for geospatial data.
.. toctree::
:maxdepth: 2
:caption: Package Reference

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

@ -1,6 +1,11 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
"""TorchGeo."""
"""This library is part of the `PyTorch <http://pytorch.org/>`_ project. PyTorch is an
open source machine learning framework.
The :mod:`torchgeo` package consists of popular datasets, model architectures, and
common image transformations for geospatial data.
"""
__version__ = "0.1.0-dev"