From 9037ef2aa69c5a4dd1550cb0aa1f3ecc5e0a1e30 Mon Sep 17 00:00:00 2001 From: Nathan Fradet <56734983+Natooz@users.noreply.github.com> Date: Sat, 10 Dec 2022 11:21:44 +0100 Subject: [PATCH] readme update: build and licence badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06586f7..f0e0633 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # TorchToolkit [![PyPI version fury.io](https://badge.fury.io/py/torchtoolkit.svg)](https://pypi.python.org/pypi/torchtoolkit/) +[![GitHub workflow](https://img.shields.io/github/workflow/status/Natooz/MidiTok/Testing)](https://github.com/Natooz/TorchToolkit/actions) +[![GitHub license](https://img.shields.io/github/license/Natooz/MidiTok.svg)](https://github.com/Natooz/TorchToolkit/blob/main/LICENSE) Hi 👋, this is a small Python package containing useful functions to use with PyTorch. It includes [utilities](torchtoolkit/utils.py), [metrics](torchtoolkit/metrics.py) and [sampling](torchtoolkit/sampling.py) methods to use during and after training a model.