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.14.tar.gz
(185.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.14.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.14.tar.gz
- Upload date:
- Size: 185.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 |
90a8f4302aefd6f1019ca97f8b5c8eab7cb5da15872c4bd6532e88d8ad886cf7
|
|
| MD5 |
c856c23526215a98c39152b7bee16687
|
|
| BLAKE2b-256 |
ee5bea2b23b8b18940d442abd6044a8d01f1c1dba8a9154ffd851e6a376334a9
|
File details
Details for the file hs_tasnet-0.0.14-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.14-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
cafc7440a11128b4366b026993e35d491fb3a33ee341f5a6a3311b20fec243cc
|
|
| MD5 |
54f6c7b109ca467c6d3876f296068bc5
|
|
| BLAKE2b-256 |
e5ba82c6ab58a5a90ec58fc2fd8ed0747c4b565a9089fb549818d3ae58439563
|