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.5.tar.gz
(183.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.5.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.5.tar.gz
- Upload date:
- Size: 183.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 |
c874be934da91d2f23cea9f54fa81117c27914edc123467f2607c3cd21435f85
|
|
| MD5 |
59ecfd2f0506e9b9f7874a1e4e0c47a1
|
|
| BLAKE2b-256 |
70ea045a8a2d4f5e39fde4676bcfb07af657a895494b7e07a4c06fdf7b56e008
|
File details
Details for the file hs_tasnet-0.0.5-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.5-py3-none-any.whl
- Upload date:
- Size: 7.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 |
b464786520bcce0e21e69808299523478acd0a93de36e9bdeb3bd712e4696af3
|
|
| MD5 |
0d726df4f8d9d71b2d9876f027ca8a77
|
|
| BLAKE2b-256 |
77c7919ec17ae10ef6257e60a6f8f74bc2aa1d4c2e5f518c932114ee4843eb5a
|