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.8.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.8.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.8.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 |
6093a99c6a1c59f3da2851284070fa129ca4abe142a325cb4b25a28d76c6d805
|
|
| MD5 |
4cc3fbbc5a4617a223b6c35e23db04b3
|
|
| BLAKE2b-256 |
866d781b8bd7ca3a5e66eef6ba3b6ec5e010b671ac107b23f66799078c429ff2
|
File details
Details for the file hs_tasnet-0.0.8-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.8-py3-none-any.whl
- Upload date:
- Size: 8.1 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 |
c88be3d8617d7ead6e30747a87a802c0a1153a1c726acf8aef3674e3c2ff6b52
|
|
| MD5 |
ccc23fec43130b63d8a85484e57edbd1
|
|
| BLAKE2b-256 |
986e8b6690fff69ae0459db9d8d6d901d5bd84dd49d449eb316b6cdfbde9cd37
|