mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-05 01:49:22 +08:00
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: Bug report - [X]
|
|
labels: bug
|
|
assignees: snakers4
|
|
|
|
---
|
|
|
|
## 🐛 Bug
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Environment
|
|
|
|
Please copy and paste the output from this
|
|
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
|
|
(or fill out the checklist below manually).
|
|
|
|
You can get the script and run it with:
|
|
```
|
|
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
|
|
# For security purposes, please check the contents of collect_env.py before running it.
|
|
python collect_env.py
|
|
```
|
|
|
|
- PyTorch Version (e.g., 1.0):
|
|
- OS (e.g., Linux):
|
|
- How you installed PyTorch (`conda`, `pip`, source):
|
|
- Build command you used (if compiling from source):
|
|
- Python version:
|
|
- CUDA/cuDNN version:
|
|
- GPU models and configuration:
|
|
- Any other relevant information:
|
|
|
|
## Additional context
|
|
|
|
<!-- Add any other context about the problem here. -->
|