Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoutini committed May 11, 2023
1 parent f8bcaec commit 7e68e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].19#egg=hear21passt'
pip install -e 'git+https://github.com/kkoutini/[email protected].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
```

Expand Down
2 changes: 1 addition & 1 deletion hear21passt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.0.20"
__version__ = "0.0.21"


def embeding_size(hop=50, embeding_size=1000):
Expand Down

0 comments on commit 7e68e49

Please sign in to comment.