-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b0b824
commit e033d1e
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: mmcauliffe | ||
|
||
--- | ||
|
||
**Debugging checklist** | ||
|
||
[ ] Have you updated to latest MFA version? | ||
[ ] Have you tried rerunning the command with the `--clean` flag? | ||
|
||
**Describe the issue** | ||
A clear and concise description of what the bug is. | ||
|
||
**For Reproducing your issue** | ||
Please fill out the following: | ||
|
||
1. Corpus structure | ||
* What language is the corpus in? | ||
* How many files/speakers? | ||
* Are you using lab files or TextGrid files for input? | ||
2. Dictionary | ||
* Are you using a dictionary from MFA? If so, which one? | ||
* If it's a custom dictionary, what is the phoneset? | ||
3. Acoustic model | ||
* If you're using an acoustic model, is it one download through MFA? If so, which one? | ||
* If it's a model you've trained, what data was it trained on? | ||
|
||
**Log file** | ||
Please attach the log file for the run that encountered an error (by default these will be stored in `~/Documents/MFA`). | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. Windows, OSX, Linux] | ||
- Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc] | ||
- Any other details about the setup (Cloud, Docker, etc) | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest new functionality that would make MFA easier to use | ||
title: '' | ||
labels: enhancement | ||
assignees: mmcauliffe | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |