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
**Notice**: If you are using Mac OS X, you need install addition software by `brew install coreutils` (this requires the [Homebrew](https://brew.sh/)) or `port install coreutils` (this requires the [MacPorts](https://www.macports.org/))
92
-
93
94
## Contributing
94
95
TF-Addons is a community led open source project. As such, the project
95
96
depends on public contributions, bug-fixes, and documentation. Please
Copy file name to clipboardExpand all lines: STYLE_GUIDE.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,9 @@ BAR = [
37
37
# pylint: disable=protected-access
38
38
foo._protected_member
39
39
# pylint: enable=protected-access
40
-
```
40
+
```
41
+
42
+
43
+
#### TensorFlow Conventions
44
+
45
+
Follow the guidance in the [TensorFlow Style Guide - Conventions](https://www.tensorflow.org/community/contribute/code_style#tensorflow_conventions_and_special_uses).
0 commit comments