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) # 41694553 ~ 41M in paper
small_model = HSTasNet(small = True)
print(small_model.num_parameters) # 19666553 ~ 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.1.2.tar.gz
(314.6 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
hs_tasnet-0.1.2-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file hs_tasnet-0.1.2.tar.gz.
File metadata
- Download URL: hs_tasnet-0.1.2.tar.gz
- Upload date:
- Size: 314.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f9eebf408ee9462fad49cebd3ce6ca1b6be7d7bcd887f817e43dabd7103ae78
|
|
| MD5 |
c8c754270aa9644d87b06ed5955c4a15
|
|
| BLAKE2b-256 |
00b7a6cc733120494fb02014aed955b23be4740613f67573058d9df7b1632168
|
File details
Details for the file hs_tasnet-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.3 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 |
74c14a119237985686a87ddf095fda6d7e59f062f8ff6280a0dbf742c1077b47
|
|
| MD5 |
83a33f9b2a9dd773d61439cd4400edc4
|
|
| BLAKE2b-256 |
cb5c89c59eed08c7eeb987d64864ba8313b768016afcd356b5f051751a3f2b60
|