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.10.tar.gz
(184.5 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.10.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.10.tar.gz
- Upload date:
- Size: 184.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5b2cf4efe36e6da9a19a20058c42dce6c78c8d3f3fe246f6ef2d0dbb32b2c21
|
|
| MD5 |
c3886ec2b138e443c1d8491b751a9fe1
|
|
| BLAKE2b-256 |
51ecf1c467417e284e36a9238ce7d6e67bc6d7edadd8fac3d9484eee737c980b
|
File details
Details for the file hs_tasnet-0.0.10-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.10-py3-none-any.whl
- Upload date:
- Size: 8.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 |
47e181864801b7f7f77847501323fd3c7afabc2995c47070529b756766ad6f90
|
|
| MD5 |
b85dfc04c917a9c9057e9b57a853ea3c
|
|
| BLAKE2b-256 |
cf5ba536cdd2e67b04de5e47a9f350d6ccae7178ff22263e56fbcf3a5b455b63
|