From 7e68e496041ac7f320520ba141ea0ea745d382af Mon Sep 17 00:00:00 2001 From: khaled Date: Thu, 11 May 2023 12:39:53 +0200 Subject: [PATCH] version --- README.md | 4 ++-- hear21passt/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d51035..8d8b332 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ pip3 install torch==1.8.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.o # Installation Install the latest version of this repo: ```shell -pip install -e 'git+https://github.com/kkoutini/passt_hear21@0.0.19#egg=hear21passt' +pip install -e 'git+https://github.com/kkoutini/passt_hear21@0.0.21#egg=hear21passt' ``` The models follow the [common API](https://neuralaudio.ai/hear2021-holistic-evaluation-of-audio-representations.html#common-api) of HEAR 21 : ```shell hear-validator --model hear21passt.base.pt hear21passt.base -hear-validator --model noweights.txt hear21passt.base2level +hear-validator --model noweights.txt hear21passt.base2levelF hear-validator --model noweights.txt hear21passt.base2levelmel ``` diff --git a/hear21passt/__init__.py b/hear21passt/__init__.py index 7fd5fec..0140912 100644 --- a/hear21passt/__init__.py +++ b/hear21passt/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.0.20" +__version__ = "0.0.21" def embeding_size(hop=50, embeding_size=1000):