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.2.tar.gz
(182.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.2.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.2.tar.gz
- Upload date:
- Size: 182.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 |
df213ee1f364b28072e9f27034ffc737e5effedc672b84e53eceab09751b06aa
|
|
| MD5 |
74d184dbda1c785112d3dd00d6023d90
|
|
| BLAKE2b-256 |
a505e55d45327a98643b34e0f69c324d198b2adb3e7ccfcab9bc9b3941a5322d
|
File details
Details for the file hs_tasnet-0.0.2-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
f5f8e499b56f5b28123c44936889c435be52c62eed3d48e341c3c658eaa76605
|
|
| MD5 |
135d52c700bd26d7400503500babf44e
|
|
| BLAKE2b-256 |
424f42a8bfc754a0289f1cb558af531b11f23a49883a8bfdee5ca465a568a89b
|