Skip to content

Commit b659cc2

Browse files
author
Max Jones
authored
Update README (#119)
* Reference PyTorch in the readme * Fix target for img shields license badge
1 parent 8621181 commit b659cc2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ xbatcher: Batch Generation from Xarray Datasets
66

77
Xbatcher is a small library for iterating xarray DataArrays in batches. The
88
goal is to make it easy to feed xarray datasets to machine learning libraries
9-
such as Keras_. View the |docs| for more info.
9+
such as PyTorch_ or TensorFlow_. View the |docs| for more info.
1010

11-
.. _Keras: https://keras.io/
11+
.. _TensorFlow: https://www.tensorflow.org/
12+
13+
.. _PyTorch: https://pytorch.org/
1214

1315

1416
.. |Build Status| image:: https://github.com/xarray-contrib/xbatcher/workflows/CI/badge.svg
@@ -26,6 +28,6 @@ such as Keras_. View the |docs| for more info.
2628
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/xbatcher.svg
2729
:target: https://anaconda.org/conda-forge/xbatcher
2830
:alt: conda-forge
29-
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
31+
.. |license| image:: https://img.shields.io/github/license/xarray-contrib/xbatcher.svg
3032
:target: https://github.com/xarray-contrib/xbatcher
3133
:alt: license

0 commit comments

Comments
 (0)