• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug Report
3about: Use this template for reporting a bug
4labels: kind/bug
5
6---
7
8<!--  Thanks for sending an issue!  Here are some tips for you:
9
10If this is your first time, please read our contributor guidelines: https://github.com/mindspore-ai/mindspore/blob/master/CONTRIBUTING.md
11-->
12
13## Environment
14### Hardware Environment(`Ascend`/`GPU`/`CPU`):
15> Uncomment only one ` /device <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
16>
17> `/device ascend`</br>
18> `/device gpu`</br>
19> `/device cpu`</br>
20
21### Software Environment:
22- **MindSpore version (source or binary)**:
23- **Python version (e.g., Python 3.7.5)**:
24- **OS platform and distribution (e.g., Linux Ubuntu 16.04)**:
25- **GCC/Compiler version (if compiled from source)**:
26
27## Describe the current behavior
28
29
30## Describe the expected behavior
31
32
33## Steps to reproduce the issue
341.
352.
363.
37
38## Related log / screenshot
39
40
41## Special notes for this issue
42
43
44