41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: 'Bug: '
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!
|
|
|
|
This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file.
|
|
|
|
If you've found a bug, please provide the following information:
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Run the following command '...'
|
|
2. ...
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Environment (please complete the following information):**
|
|
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
|
|
- **TensorFlow installed from (our builds, or upstream TensorFlow)**:
|
|
- **TensorFlow version (use command below)**:
|
|
- **Python version**:
|
|
- **Bazel version (if compiling from source)**:
|
|
- **GCC/Compiler version (if compiling from source)**:
|
|
- **CUDA/cuDNN version**:
|
|
- **GPU model and memory**:
|
|
- **Exact command to reproduce**:
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|