Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoutini committed Jul 21, 2023
1 parent 7ac2b01 commit 48610e7
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 @@ -9,11 +9,11 @@ This is an implementation is tested with CUDA version 11.1, and torch installed:
```shell
pip3 install torch==1.8.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
```

but should work on newer versions of CUDA and torch.
# Installation
Install the latest version of this repo:
```shell
pip install -e 'git+https://github.com/kkoutini/[email protected].24#egg=hear21passt'
pip install -e 'git+https://github.com/kkoutini/[email protected].25#egg=hear21passt'
```

The models follow the [common API](https://neuralaudio.ai/hear2021-holistic-evaluation-of-audio-representations.html#common-api) of HEAR 21
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.23"
__version__ = "0.0.25"


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

0 comments on commit 48610e7

Please sign in to comment.