|
1 | 1 | --- |
2 | 2 | name: Bug Report |
3 | | -about: something needs fixing |
| 3 | +about: I want to report something that is broken |
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
7 | | -Thanks so much for coming here to raise an issue. Please take a moment to 'check' the below boxes: |
| 7 | +Thank you very much for reporting a bug on Talos. Before you do, please go through the below checklist carefully and make sure to prepare your bug report in a way that facilitates effective handling of the matter. |
8 | 8 |
|
9 | | -- [ ] I'm up-to-date with the latest release: |
10 | | - |
11 | | - pip install -U talos |
| 9 | +#### 1) Confirm the below |
12 | 10 |
|
13 | | -- [ ] I've confirmed that my Keras model works outside of Talos. |
| 11 | +- [ ] My Python version is 3.5 or higher |
| 12 | +- [ ] I have searched through the issues [Issues](https://github.com/autonomio/talos/issues) for a duplicate |
| 13 | +- [ ] I've tested that my Keras model works as a stand-alone |
14 | 14 |
|
15 | | -If you still have an error, please submit **complete trace** and a code with: |
| 15 | +#### 2) Include the output of: |
16 | 16 |
|
17 | | -- output of shape for x and y e.g. (212,12) |
18 | | -- Talos params dictionary |
19 | | -- The Keras model wired for Talos |
20 | | -- Description of extra variables in the model |
| 17 | +`talos.__version__` |
21 | 18 |
|
22 | | -You can provide the code in pastebin / gist or any other format you like. |
| 19 | +#### 3) Explain clearly what you expect to happen |
| 20 | + |
| 21 | +*A description of what you tried to do and what you thought should happen.* |
| 22 | + |
| 23 | +#### 4) Explain what actually happened |
| 24 | + |
| 25 | +*A description of the issue in Talos that you had identified* |
| 26 | + |
| 27 | +#### 5) Provide a code-complete reference |
| 28 | + |
| 29 | +- [ ] My bug report includes an input model |
| 30 | +- [ ] My bug report includes a parameter dictionary |
| 31 | +- [ ] My bug report includes a `Scan()` command |
| 32 | +- [ ] My bug report question includes a link to a sample of the data |
| 33 | + |
| 34 | +NOTE: If the data is sensitive and can't be shared, [create dummy data](https://scikit-learn.org/stable/modules/classes.html#samples-generator) that mimics it. |
| 35 | + |
| 36 | +**A self-contained Jupyter Notebook, Google Colab, or similar is highly preferred and will speed up helping you with your issue.** |
23 | 37 |
|
24 | 38 | ------------------------------------------------------------------------- |
0 commit comments