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.22.tar.gz
(313.7 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.22.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.22.tar.gz
- Upload date:
- Size: 313.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc49bdd4291f302facae6985faa0d956abd4908786429447caa8b30767faee44
|
|
| MD5 |
afcc4f1fce21c3b479b5d83d3a0dec07
|
|
| BLAKE2b-256 |
914f4fe5c118a69d39a474797203969b0e88c307ec50089ecc152c02672465a5
|
File details
Details for the file hs_tasnet-0.0.22-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.22-py3-none-any.whl
- Upload date:
- Size: 10.6 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 |
82b1f3561255b4363b3fb1f76716d33000b5285d39ffd339ef07bdeba780102d
|
|
| MD5 |
c9811c7234986a9ca87a3eede03ecd6a
|
|
| BLAKE2b-256 |
716ab53fc3f53d2db0222dd33bd16b30ef6f726a1e4bbb0df4eebf61b0e043d3
|