Skip to content

Commit

Permalink
add blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
brentspell committed Mar 17, 2022
1 parent a3cf3ab commit 5676b97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ tensor([ 27.5072, 29.1439, 30.8682, 32.6975, 34.6570, 36.6973,
3428.5715, 3692.3079, 4000.0000, 4363.6367])
```

For more information and detailed parameter descriptions, please see the
[module documentation](https://github.com/brentspell/torch-yin/blob/main/torchyin/yin.py)
or use `help(torchyin)`.
For more information and detailed parameter descriptions, please check
out [this blog post](https://brentspell.com/2022/torch-yin/), see the
[module documentation](https://github.com/brentspell/torch-yin/blob/main/torchyin/yin.py),
or run `help(torchyin)`.

## Development

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="torch-yin",
version="0.1.0",
version="0.1.1",
description="Yin pitch estimator for PyTorch",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5676b97

Please sign in to comment.