mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
---
|
|
name: Bug
|
|
about: Report a bug
|
|
title: "[Bug] name your bug"
|
|
labels: bug, invalid
|
|
---
|
|
|
|
- [ ] I didn't find a similar issue already open.
|
|
- [ ] I read the documentation (README AND Wiki)
|
|
- [ ] I have installed FFMpeg
|
|
- [ ] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
|
|
|
|
## Description
|
|
|
|
<!-- Give us a clear and concise description of the bug you are reporting. -->
|
|
|
|
## Step to reproduce
|
|
|
|
<!-- Indicates clearly steps to reproduce the behavior: -->
|
|
|
|
1. Installed using `...`
|
|
2. Run as `...`
|
|
3. Got `...` error
|
|
|
|
## Output
|
|
|
|
```bash
|
|
Share what your terminal says when you run the script (as well as what you would expect).
|
|
```
|
|
|
|
## Environment
|
|
|
|
<!-- Fill the following table -->
|
|
|
|
| | |
|
|
| ----------------- | ------------------------------- |
|
|
| OS | Windows / Linux / MacOS / other |
|
|
| Installation type | Conda / pip / other |
|
|
| RAM available | XGo |
|
|
| Hardware spec | GPU / CPU / etc ... |
|
|
|
|
## Additional context
|
|
|
|
<!-- Add any other context about the problem here, references, cites, etc.. -->
|