File tree 1 file changed +18
-13
lines changed
1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
- <!-- **Note** Please tag your issue with *bug*, *feature request* or *help* -->
2
-
3
1
### Description
4
2
5
- > …
6
-
7
- ### * TensorFlow* and * tensor2tensor* versions
3
+ ...
8
4
9
- <!-- **Note** Run `pip freeze | grep tensor` to get versions -->
5
+ ### Environment information
10
6
11
- > …
7
+ ```
8
+ OS: <your answer here>
12
9
13
- ### In case of bug report: Steps to reproduce the problem
10
+ $ pip freeze | grep tensor
11
+ # your output here
14
12
15
- > …
13
+ $ python -V
14
+ # your output here
15
+ ```
16
16
17
- ### In case of bug report: Error log
17
+ ### For bugs: reproduction and error logs
18
18
19
- <!-- Please use code markdown (```) to format output messages. -->
20
- <!-- See https://help.github.com/articles/creating-and-highlighting-code-blocks/ -->
19
+ ```
20
+ # Steps to reproduce:
21
+ ...
22
+ ```
21
23
22
- > …
24
+ ```
25
+ # Error logs:
26
+ ...
27
+ ```
You can’t perform that action at this time.
0 commit comments