Skip to content

Commit f5dcb45

Browse files
committed
Initial commit
0 parents  commit f5dcb45

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

Whitespace-only changes.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
**Addons** is a repository of bleeding edge contributions that conform to
2+
well-established API patterns, but implement new functionality
3+
not available in core TensorFlow. TensorFlow natively supports
4+
a larger number of operators, layers, metrics, losses, and optimizers.
5+
However, in a fast moving field like ML, there are many interesting new
6+
developments that cannot be integrated into core TensorFlow
7+
(because they are experimental, or their significance is not yet clear).
8+
9+
# Scope
10+
The tensorflow/addons repository, will contain additional functionality fitting the following criteria:
11+
12+
* The functionality is not otherwise available in TensorFlow
13+
* The functionality conforms to an established API pattern in TensorFlow. For instance, it could be an additional subclass of an existing interface (new Layer, Metric, or Optimizer subclasses), or an additional Op or OpKernel implementation.
14+
* Addons have to be compatible with TensorFlow 2.x.
15+
* The addon conforms to the code and documentation standards defined by the group.
16+
* The addon is useful for a large number of users (e.g., an implementation used in widely cited paper, or a utility with broad applicability)
17+
18+
19+
---
20+
21+
<br><br>
22+
<div align="center">
23+
<img src ="https://cdn.pixabay.com/photo/2017/06/16/07/26/under-construction-2408062_640.png" />
24+
</div>

0 commit comments

Comments
 (0)