From c6714cde125dcca2c6863357580bbc538a85ac0e Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Fri, 13 Aug 2021 20:19:08 +0200 Subject: [PATCH] Update PyPI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c179c1c..dd8c417 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Torch Pconv -[![PyPI version](https://badge.fury.io/py/torch_pconv.svg)](https://badge.fury.io/py/torch_pconv) +[![PyPI version](https://badge.fury.io/py/torch-pconv.svg)](https://badge.fury.io/py/torch-pconv) Faster and more memory efficient implementation of the Partial Convolution 2D layer in PyTorch equivalent to the standard Nvidia implementation.