65 lines
1.3 KiB
Markdown
65 lines
1.3 KiB
Markdown
---
|
|
name: 🐛 Bug Report
|
|
about: Submit a reproducible bug report to help us improve FunASR
|
|
labels: 'bug, needs triage'
|
|
---
|
|
|
|
Notice: In order to resolve issues efficiently, please follow the template and include reproducible details.
|
|
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充可复现细节。)
|
|
|
|
## 🐛 Bug
|
|
|
|
<!-- A clear and concise description of the bug. -->
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior. Always include the exact command you ran.
|
|
|
|
1. Install with: `...`
|
|
2. Run: `...`
|
|
3. See error: `...`
|
|
|
|
## Code sample
|
|
|
|
<!-- Paste the smallest code sample that still reproduces the issue. -->
|
|
|
|
```python
|
|
|
|
```
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Error logs
|
|
|
|
<!-- Paste the full traceback or relevant logs. Remove private tokens and paths. -->
|
|
|
|
```text
|
|
|
|
```
|
|
|
|
## Environment
|
|
|
|
- OS:
|
|
- Python version:
|
|
- FunASR version:
|
|
- ModelScope version:
|
|
- PyTorch / torchaudio version:
|
|
- Install method (`pip`, source, Docker):
|
|
- Device (`cuda`, `cpu`, `mps`):
|
|
- GPU model:
|
|
- CUDA/cuDNN version:
|
|
- Docker image tag, if used:
|
|
|
|
## Audio details
|
|
|
|
If the audio cannot be shared, please describe:
|
|
|
|
- Duration:
|
|
- Sample rate:
|
|
- Format:
|
|
- Language/dialect:
|
|
- Speaker count:
|
|
- Background noise/music:
|