HS TasNet
Project description
HS-TasNet (wip)
Implementation of HS-TasNet, "Real-time Low-latency Music Source Separation using Hybrid Spectrogram-TasNet", proposed by the research team at L-Acoustics
Install
$ pip install HS-TasNet
Usage
import torch
from hs_tasnet.hs_tasnet import HSTasNet
model = HSTasNet()
print(model.num_parameters) # 40325881 ~ 41M in paper
small_model = HSTasNet(small = True)
print(small_model.num_parameters) # 18297881 ~ 16M in paper
Sponsors
This open sourced work is sponsored by Sweet Spot
Citations
@misc{venkatesh2024realtimelowlatencymusicsource,
title = {Real-time Low-latency Music Source Separation using Hybrid Spectrogram-TasNet},
author = {Satvik Venkatesh and Arthur Benilov and Philip Coleman and Frederic Roskam},
year = {2024},
eprint = {2402.17701},
archivePrefix = {arXiv},
primaryClass = {eess.AS},
url = {https://arxiv.org/abs/2402.17701},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hs_tasnet-0.0.12.tar.gz
(185.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hs_tasnet-0.0.12.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.12.tar.gz
- Upload date:
- Size: 185.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e20957bdc224d195f53a8e86ea7177c9f7fb5a971f2bfe9a4bea52500900209
|
|
| MD5 |
51b4aa46e32f8a65d9c967deadf9c96a
|
|
| BLAKE2b-256 |
8e84b4b1377186549894d6c868f988197016f93772d391151df2165e334105a2
|
File details
Details for the file hs_tasnet-0.0.12-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.12-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55c7968a80ffa32731a896eb552203aff1b067e863dcd8b0257dd8f5d1b74aab
|
|
| MD5 |
ab699a90c244e02a8210e889d416b0c2
|
|
| BLAKE2b-256 |
98032128ec4d9d72fadadac620fe5f9d28a78041683d490d8615bcc710f7c833
|