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.9.tar.gz
(184.0 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.9.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.9.tar.gz
- Upload date:
- Size: 184.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f91445a1b7f5f6d4aa373ba6024f9d64ab84bbeac40f8247a505f33fef81e4b
|
|
| MD5 |
88c5ecc130c03438c8a1920097027a50
|
|
| BLAKE2b-256 |
ecb8f79f24997ccda844c2c867b1108ddd3bd0adc2899ad5363cbbb41b5eea17
|
File details
Details for the file hs_tasnet-0.0.9-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.9-py3-none-any.whl
- Upload date:
- Size: 8.2 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 |
25f7dbafd77d82bfd2c32c81c40f473d01c2227a05492db2285823356b81b026
|
|
| MD5 |
268547784ecdde0bb8793f046dddb8fa
|
|
| BLAKE2b-256 |
f1c098d05f0a82ddd3513396ec42a90bd87c5707a6248e6911f684f61b3ad158
|