We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acab189 commit 81c8c84Copy full SHA for 81c8c84
README.rst
@@ -1,9 +1,14 @@
1
Keras-ResNet
2
============
3
4
+.. image:: https://img.shields.io/pypi/v/keras-resnet?style=plastic
5
+ :target: https://pypi.org/project/keras-resnet/
6
.. image:: https://travis-ci.org/broadinstitute/keras-resnet.svg?branch=master
7
:target: https://travis-ci.org/broadinstitute/keras-resnet
-
8
+.. image:: https://anaconda.org/conda-forge/keras-resnet/badges/downloads.svg
9
+ :target: https://anaconda.org/conda-forge/keras-resnet
10
+.. image:: https://anaconda.org/conda-forge/keras-resnet/badges/version.svg
11
12
13
14
Keras-ResNet is **the** Keras package for deep residual networks. It's fast *and* flexible.
0 commit comments