From 040f42d3573e65321351ca08febadaeb236273c8 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Sat, 19 Dec 2020 18:57:47 +0530 Subject: [PATCH] remove badge --- labml_nn/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/labml_nn/__init__.py b/labml_nn/__init__.py index b45e442a..ed366f1c 100644 --- a/labml_nn/__init__.py +++ b/labml_nn/__init__.py @@ -1,8 +1,5 @@ """ -[![PiPy Version](https://badge.fury.io/py/labml-nn.svg)](https://badge.fury.io/py/labml-nn) -[![PiPy Downloads](https://pepy.tech/badge/labml-nn)](https://pepy.tech/project/labml-nn) - -# [LabML Neural Networks](https://lab-ml.com/labml_nn/index.html) +https://img.shields.io/github/stars/lab-ml/nn?style=social# [LabML Neural Networks](https://lab-ml.com/labml_nn/index.html) This is a collection of simple PyTorch implementations of neural networks and related algorithms.