File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ xbatcher: Batch Generation from Xarray Datasets
6
6
7
7
Xbatcher is a small library for iterating xarray DataArrays in batches. The
8
8
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.
10
10
11
- .. _Keras : https://keras.io/
11
+ .. _TensorFlow : https://www.tensorflow.org/
12
+
13
+ .. _PyTorch : https://pytorch.org/
12
14
13
15
14
16
.. |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.
26
28
.. |conda-forge | image :: https://img.shields.io/conda/vn/conda-forge/xbatcher.svg
27
29
:target: https://anaconda.org/conda-forge/xbatcher
28
30
: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
30
32
:target: https://github.com/xarray-contrib/xbatcher
31
33
:alt: license
You can’t perform that action at this time.
0 commit comments