Skip to content

Commit

Permalink
Update the image description (#64)
Browse files Browse the repository at this point in the history
This patch updates image description in both README.md and index.rst.
  • Loading branch information
ybubnov authored Jul 17, 2024
1 parent f4d8535 commit 4e2d58f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
The Torch Geopooling library is an extension for PyTorch library that provide extra layers for
building geospatial neural networks.

Here is an example of how you can learn geospatial data using Torch Geopooling:
Here is an example of how you can use modules from Torch Geopooling library to train neural
networks predicting geospatial features:
![example](docs/index.png)

## Installation
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The geospatial pooling library for PyTorch
The Torch Geopooling library is an extension for PyTorch library that provide extra layers for
building geospatial neural networks.

Here is an example of how you can learn geospatial data using Torch Geopooling:
Here is an example of how you can use modules from Torch Geopooling library to train neural
networks predicting geospatial features:

.. image:: index.png
:alt: Torch Geopooling Example
Expand Down

0 comments on commit 4e2d58f

Please sign in to comment.