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.4.tar.gz
(182.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.4.tar.gz.
File metadata
- Download URL: hs_tasnet-0.0.4.tar.gz
- Upload date:
- Size: 182.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 |
91eaf9abc44913ee079cf86f8a0b77541c7391e18da71b983ed4fd109e487e23
|
|
| MD5 |
639573d1c92b34ef13746f5f8567d5dc
|
|
| BLAKE2b-256 |
a97020b364042ac3d5a7f6f2433bbfc5ecfbbb967131b01abcddecabea38c72c
|
File details
Details for the file hs_tasnet-0.0.4-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
1380c08061ce653790f4e0042d87aee47050beaedeeab381b17643ebe2d0eec2
|
|
| MD5 |
19a174dd3724b7f6d3536943926eff25
|
|
| BLAKE2b-256 |
e7517b3c819d4669df44f2af84d2d39001d66f990c18f93f2f085c1a63a39b56
|