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.0.25.tar.gz
(314.1 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.25.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.25.tar.gz
- Upload date:
- Size: 314.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52e849fd24fd09a40b755a436833a479a8c17e3d210205cbfc1ded5821c942d4
|
|
| MD5 |
673eed09cb167d64d048b1584709ce0c
|
|
| BLAKE2b-256 |
efa49428cf27230858a98ca6f16092775fa88a0f5f98f6d237b6344642c2e9b8
|
File details
Details for the file hs_tasnet-0.0.25-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.25-py3-none-any.whl
- Upload date:
- Size: 10.9 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 |
8a14a4cc168c86f94acee6cd4831790b00527d637a832533864c851416c7b9b5
|
|
| MD5 |
35af97996d8d8cab7d86ac68f9c5faba
|
|
| BLAKE2b-256 |
f97af66aa30f2db09df8981cdf2eadf755f48cd7828dc219f085002e0aab5e39
|