File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ developments that cannot be integrated into core TensorFlow
16
16
| addons.layers | Maxout | https://arxiv.org/abs/1302.4389 |
17
17
| addons.layers | PoinareNormalize | https://arxiv.org/abs/1705.08039 |
18
18
| addons.layers | WeightNormalization | https://arxiv.org/abs/1602.07868 |
19
- | addons.losses | TripletLoss | https://arxiv.org/abs/1503.03832 |
19
+ | addons.losses | LiftedStructLoss | https://arxiv.org/abs/1511.06452 |
20
+ | addons.losses | TripletSemiHardLoss | https://arxiv.org/abs/1503.03832 |
20
21
| addons.optimizers | LazyAdamOptimizer | https://arxiv.org/abs/1412.6980 |
21
22
| addons.text | SkipGrams | https://arxiv.org/abs/1301.3781 |
22
23
Original file line number Diff line number Diff line change 20
20
expected.
21
21
* When applicable, run all unittests with TensorFlow's
22
22
` @run_all_in_graph_and_eager_modes ` decorator.
23
+
24
+ #### Documentation Requirements
25
+ * Update the table of contents in the project's central README
26
+ * Update the table of contents in this sub-project's README
27
+
Original file line number Diff line number Diff line change 22
22
` @run_all_in_graph_and_eager_modes ` decorator.
23
23
* Run ` keras.testing_utils.layer_test ` on the layer.
24
24
25
+ #### Documentation Requirements
26
+ * Update the table of contents in the project's central README
27
+ * Update the table of contents in this sub-project's README
28
+
Original file line number Diff line number Diff line change 3
3
## Contents
4
4
| Loss | Reference |
5
5
| :----------------------- | :-------------------------------------|
6
- | TripletLoss | https://arxiv.org/abs/1503.03832 |
6
+ | LiftedStructLoss | https://arxiv.org/abs/1511.06452 |
7
+ | TripletSemiHardLoss | https://arxiv.org/abs/1503.03832 |
7
8
8
9
9
10
## Contribution Guidelines
18
19
* Simple unittests that demonstrate the loss is behaving as expected on
19
20
some set of known inputs and outputs.
20
21
* When applicable, run all tests with TensorFlow's
21
- ` @run_all_in_graph_and_eager_modes ` decorator.
22
+ ` @run_all_in_graph_and_eager_modes ` decorator.
23
+
24
+ #### Documentation Requirements
25
+ * Update the table of contents in the project's central README
26
+ * Update the table of contents in this sub-project's README
27
+
Original file line number Diff line number Diff line change 16
16
17
17
#### Testing Requirements
18
18
* When applicable, run all tests with TensorFlow's
19
- ` @run_all_in_graph_and_eager_modes ` decorator
19
+ ` @run_all_in_graph_and_eager_modes ` decorator
20
+
21
+ #### Documentation Requirements
22
+ * Update the table of contents in the project's central README
23
+ * Update the table of contents in this sub-project's README
24
+
You can’t perform that action at this time.
0 commit comments