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) # 42979105 ~ 41M in paper
small_model = HSTasNet(small = True)
print(small_model.num_parameters) # 20951105 ~ 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.19.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.19.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.19.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 |
24c6c4be56a9db16df512c6a9548942867bfa49fd4afca7c6b68d2d9e4231aca
|
|
| MD5 |
b534090659af707808f384ffcdeedbaa
|
|
| BLAKE2b-256 |
c21103eed6b7e182b56346fc13520e8ae24d23f25a7bcbc7a186e7f7da3b7ddf
|
File details
Details for the file hs_tasnet-0.0.19-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.19-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
b696d8d21d534f51023eec6f1770ee34659a0adc48554e0f7adc52ea156fd503
|
|
| MD5 |
aebee109233f85db756bfd95ebc54323
|
|
| BLAKE2b-256 |
8cf6e8e94a16f14daed71271bd7b14c8345822f8ad4a18f936b528481672e56b
|