You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a summary of the change and which issue is fixed.
3
+
Brief Description of the PR:
4
4
5
5
Fixes # (issue)
6
6
7
7
## Type of change
8
8
9
-
10
9
-[ ] Bug fix
11
10
-[ ] New Tutorial
12
11
-[ ] Updated or additional documentation
13
12
-[ ] Additional Testing
14
-
-[ ] New Activation (Requires creating an issue first)
15
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/activations/README.md#contribution-guidelines)
16
-
-[ ] New Callback (Requires creating an issue first)
17
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/callbacks/README.md#contribution-guidelines)
18
-
-[ ] New Image addition (Requires creating an issue first)
19
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/image/README.md#contribution-guidelines)
20
-
-[ ] New Layer (Requires creating an issue first)
21
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/layers/README.md#contribution-guidelines)
22
-
-[ ] New Loss (Requires creating an issue first)
23
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/losses/README.md#contribution-guidelines)
24
-
-[ ] New Metric (Requires creating an issue first)
25
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/metrics/README.md#contribution-guidelines)
26
-
-[ ] New Optimizer (Requires creating an issue first)
27
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/optimizers/README.md#contribution-guidelines)
28
-
-[ ] New RNN Cell (Requires creating an issue first)
29
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/rnn/README.md#contribution-guidelines)
30
-
-[ ] New Seq2seq addition (Requires creating an issue first)
31
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/seq2seq/README.md#contribution-guidelines)
32
-
-[ ] New Text addition (Requires creating an issue first)
33
-
-[ ] The changes conform to the [contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/text/README.md#contribution-guidelines)
34
-
35
-
36
-
# How Has This Been Tested?
37
-
38
-
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
39
-
*
40
-
13
+
-[ ] New Activation and the changes conform to the [activation contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/activations/README.md#contribution-guidelines)
14
+
-[ ] New Callback and the changes conform to the [callback contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/callbacks/README.md#contribution-guidelines)
15
+
-[ ] New Image addition and the changes conform to the [image op contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/image/README.md#contribution-guidelines)
16
+
-[ ] New Layer and the changes conform to the [layer contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/layers/README.md#contribution-guidelines)
17
+
-[ ] New Loss and the changes conform to the [loss contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/losses/README.md#contribution-guidelines)
18
+
-[ ] New Metric and the changes conform to the [metric contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/metrics/README.md#contribution-guidelines)
19
+
-[ ] New Optimizer and the changes conform to the [optimizer contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/optimizers/README.md#contribution-guidelines)
20
+
-[ ] New RNN Cell and the changes conform to the [rnn contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/rnn/README.md#contribution-guidelines)
21
+
-[ ] New Seq2seq addition and the changes conform to the [seq2seq contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/seq2seq/README.md#contribution-guidelines)
22
+
-[ ] New Text addition and the changes conform to the [text op contribution guidelines](https://github.com/tensorflow/addons/blob/master/tensorflow_addons/text/README.md#contribution-guidelines)
41
23
42
24
# Checklist:
43
25
@@ -48,3 +30,8 @@ If you're adding a bugfix or new feature please describe the tests that you ran
48
30
-[ ] I have made corresponding changes to the documentation
49
31
-[ ] I have added tests that prove my fix is effective or that my feature works
50
32
-[ ] This PR contains modifications to C++ custom-ops
33
+
34
+
# How Has This Been Tested?
35
+
36
+
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
0 commit comments