[Discussion] Pretrained Spleeter models as layer in a Keras model
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use the pretrained Spleeter models as a layer in a tensorflow keras model built with the functional api?
I currently use Spleeter in my preprocessing pipeline for a CRNN classifier, but I had the idea to move it into my model instead of doing the source separation beforehand.
```
┌───────┐ ┌──────────┐ ┌────────────┐
│ Input ├────►│ Spleeter ├────►│ Classifier │
└───────┘ └──────────┘ └────────────┘
```
Contributor guide
Research direction
The issue mentions pretrained Spleeter models, TensorFlow Keras, the functional API, and a CRNN classifier, but names no files, tests, or entry points. First determine whether the pretrained models can be integrated as a Keras layer in that pipeline. Done would require a clear feasibility result and an agreed implementation scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- audio-video-rtc, machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100