File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 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
66
77Xbatcher is a small library for iterating xarray DataArrays in batches. The
88goal 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
You can’t perform that action at this time.
0 commit comments